@magmamath/students-features 0.9.109-rc.6 → 0.9.109-rc.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/features/keyboard/components/KeysList/helpers.js +2 -1
- package/dist/commonjs/features/keyboard/components/KeysList/helpers.js.map +1 -1
- package/dist/commonjs/features/keyboard/icons/AbsoluteValueIcon.js +43 -0
- package/dist/commonjs/features/keyboard/icons/AbsoluteValueIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/AdditionIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/AdditionIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/AlphaIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/AlphaIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/AngleIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/AngleIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/ApproximatelyEqualIcon.js +36 -0
- package/dist/commonjs/features/keyboard/icons/ApproximatelyEqualIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/BackspaceIcon.js +44 -0
- package/dist/commonjs/features/keyboard/icons/BackspaceIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/BetaIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/BetaIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/BidirectionalSegmentIcon.js +33 -0
- package/dist/commonjs/features/keyboard/icons/BidirectionalSegmentIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/CDotIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/CDotIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/CentIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/CentIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/ColonIcon.js +36 -0
- package/dist/commonjs/features/keyboard/icons/ColonIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/CommaIcon.js +30 -0
- package/dist/commonjs/features/keyboard/icons/CommaIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/CongruentIcon.js +41 -0
- package/dist/commonjs/features/keyboard/icons/CongruentIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/CubePowerIcon.js +38 -0
- package/dist/commonjs/features/keyboard/icons/CubePowerIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/CubeRootIcon.js +34 -0
- package/dist/commonjs/features/keyboard/icons/CubeRootIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/DecimalPointIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/DecimalPointIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/DefiniteIntegralIcon.js +48 -0
- package/dist/commonjs/features/keyboard/icons/DefiniteIntegralIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/DegreeIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/DegreeIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/DeltaIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/DeltaIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/DerivativeIcon.js +43 -0
- package/dist/commonjs/features/keyboard/icons/DerivativeIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/DivisionIcon.js +41 -0
- package/dist/commonjs/features/keyboard/icons/DivisionIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/DollarIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/DollarIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/DotIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/DotIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/DoubleIntegralIcon.js +36 -0
- package/dist/commonjs/features/keyboard/icons/DoubleIntegralIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/ElementOfIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/ElementOfIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/EmptyIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/EmptyIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/EpsilonIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/EpsilonIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/EqualsIcon.js +36 -0
- package/dist/commonjs/features/keyboard/icons/EqualsIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/EtaIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/EtaIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/EuroIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/EuroIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/FractionIcon.js +47 -0
- package/dist/commonjs/features/keyboard/icons/FractionIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/GammaIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/GammaIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/GreaterThanIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/GreaterThanIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/GreaterThanOrEqualIcon.js +36 -0
- package/dist/commonjs/features/keyboard/icons/GreaterThanOrEqualIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/ImageIcon.js +36 -0
- package/dist/commonjs/features/keyboard/icons/ImageIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/InfinityIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/InfinityIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/IntegralABIcon.js +38 -0
- package/dist/commonjs/features/keyboard/icons/IntegralABIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/IntegralIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/IntegralIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/IntersectionIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/IntersectionIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/IntervalIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/IntervalIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/KroneIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/KroneIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/LambdaIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/LambdaIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/LeftDirectedSegmentIcon.js +33 -0
- package/dist/commonjs/features/keyboard/icons/LeftDirectedSegmentIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/LessThanIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/LessThanIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/LessThanOrEqualIcon.js +36 -0
- package/dist/commonjs/features/keyboard/icons/LessThanOrEqualIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/LineSegmentIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/LineSegmentIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/MuIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/MuIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/MultiplicationIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/MultiplicationIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/NotElementOfIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/NotElementOfIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/NotEqualIcon.js +41 -0
- package/dist/commonjs/features/keyboard/icons/NotEqualIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/NthPowerIcon.js +41 -0
- package/dist/commonjs/features/keyboard/icons/NthPowerIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/NthRootIcon.js +41 -0
- package/dist/commonjs/features/keyboard/icons/NthRootIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/OmegaLowercaseIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/OmegaLowercaseIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/OmegaUppercaseIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/OmegaUppercaseIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/OrderedPairIcon.js +55 -0
- package/dist/commonjs/features/keyboard/icons/OrderedPairIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/ParallelIcon.js +36 -0
- package/dist/commonjs/features/keyboard/icons/ParallelIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/ParenthesesIcon.js +36 -0
- package/dist/commonjs/features/keyboard/icons/ParenthesesIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/PerMilleIcon.js +47 -0
- package/dist/commonjs/features/keyboard/icons/PerMilleIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/PercentIcon.js +41 -0
- package/dist/commonjs/features/keyboard/icons/PercentIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/PerpendicularIcon.js +34 -0
- package/dist/commonjs/features/keyboard/icons/PerpendicularIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/PesoIcon.js +30 -0
- package/dist/commonjs/features/keyboard/icons/PesoIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/PhiIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/PhiIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/PiIcon.js +34 -0
- package/dist/commonjs/features/keyboard/icons/PiIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/PlusMinusIcon.js +34 -0
- package/dist/commonjs/features/keyboard/icons/PlusMinusIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/PoundIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/PoundIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/RhoIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/RhoIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/RightDirectedSegmentIcon.js +33 -0
- package/dist/commonjs/features/keyboard/icons/RightDirectedSegmentIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/RoundBracketLeftIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/RoundBracketLeftIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/RoundBracketRightIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/RoundBracketRightIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/SigmaIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/SigmaIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/SigmaSumIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/SigmaSumIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/SlashIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/SlashIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/SquarePowerIcon.js +38 -0
- package/dist/commonjs/features/keyboard/icons/SquarePowerIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/SquareRootIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/SquareRootIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/SubsetIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/SubsetIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/SubtractionIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/SubtractionIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/ThetaIcon.js +31 -0
- package/dist/commonjs/features/keyboard/icons/ThetaIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/TildeIcon.js +32 -0
- package/dist/commonjs/features/keyboard/icons/TildeIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/UnderlinedOneIcon.js +34 -0
- package/dist/commonjs/features/keyboard/icons/UnderlinedOneIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/UnderlinedTenIcon.js +34 -0
- package/dist/commonjs/features/keyboard/icons/UnderlinedTenIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/UnderlinedUIcon.js +34 -0
- package/dist/commonjs/features/keyboard/icons/UnderlinedUIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/UnionIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/UnionIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/XIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/XIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/YIcon.js +30 -0
- package/dist/commonjs/features/keyboard/icons/YIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/YenIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/YenIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/ZIcon.js +29 -0
- package/dist/commonjs/features/keyboard/icons/ZIcon.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/icon.types.js +2 -0
- package/dist/commonjs/features/keyboard/icons/icon.types.js.map +1 -0
- package/dist/commonjs/features/keyboard/icons/registry.js +193 -0
- package/dist/commonjs/features/keyboard/icons/registry.js.map +1 -0
- package/dist/module/features/keyboard/components/KeysList/helpers.js +2 -1
- package/dist/module/features/keyboard/components/KeysList/helpers.js.map +1 -1
- package/dist/module/features/keyboard/icons/AbsoluteValueIcon.js +35 -0
- package/dist/module/features/keyboard/icons/AbsoluteValueIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/AdditionIcon.js +21 -0
- package/dist/module/features/keyboard/icons/AdditionIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/AlphaIcon.js +23 -0
- package/dist/module/features/keyboard/icons/AlphaIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/AngleIcon.js +21 -0
- package/dist/module/features/keyboard/icons/AngleIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/ApproximatelyEqualIcon.js +28 -0
- package/dist/module/features/keyboard/icons/ApproximatelyEqualIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/BackspaceIcon.js +36 -0
- package/dist/module/features/keyboard/icons/BackspaceIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/BetaIcon.js +23 -0
- package/dist/module/features/keyboard/icons/BetaIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/BidirectionalSegmentIcon.js +25 -0
- package/dist/module/features/keyboard/icons/BidirectionalSegmentIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/CDotIcon.js +23 -0
- package/dist/module/features/keyboard/icons/CDotIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/CentIcon.js +21 -0
- package/dist/module/features/keyboard/icons/CentIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/ColonIcon.js +28 -0
- package/dist/module/features/keyboard/icons/ColonIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/CommaIcon.js +22 -0
- package/dist/module/features/keyboard/icons/CommaIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/CongruentIcon.js +33 -0
- package/dist/module/features/keyboard/icons/CongruentIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/CubePowerIcon.js +30 -0
- package/dist/module/features/keyboard/icons/CubePowerIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/CubeRootIcon.js +26 -0
- package/dist/module/features/keyboard/icons/CubeRootIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/DecimalPointIcon.js +24 -0
- package/dist/module/features/keyboard/icons/DecimalPointIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/DefiniteIntegralIcon.js +40 -0
- package/dist/module/features/keyboard/icons/DefiniteIntegralIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/DegreeIcon.js +24 -0
- package/dist/module/features/keyboard/icons/DegreeIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/DeltaIcon.js +23 -0
- package/dist/module/features/keyboard/icons/DeltaIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/DerivativeIcon.js +35 -0
- package/dist/module/features/keyboard/icons/DerivativeIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/DivisionIcon.js +33 -0
- package/dist/module/features/keyboard/icons/DivisionIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/DollarIcon.js +24 -0
- package/dist/module/features/keyboard/icons/DollarIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/DotIcon.js +23 -0
- package/dist/module/features/keyboard/icons/DotIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/DoubleIntegralIcon.js +28 -0
- package/dist/module/features/keyboard/icons/DoubleIntegralIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/ElementOfIcon.js +21 -0
- package/dist/module/features/keyboard/icons/ElementOfIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/EmptyIcon.js +24 -0
- package/dist/module/features/keyboard/icons/EmptyIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/EpsilonIcon.js +23 -0
- package/dist/module/features/keyboard/icons/EpsilonIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/EqualsIcon.js +28 -0
- package/dist/module/features/keyboard/icons/EqualsIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/EtaIcon.js +24 -0
- package/dist/module/features/keyboard/icons/EtaIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/EuroIcon.js +21 -0
- package/dist/module/features/keyboard/icons/EuroIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/FractionIcon.js +39 -0
- package/dist/module/features/keyboard/icons/FractionIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/GammaIcon.js +24 -0
- package/dist/module/features/keyboard/icons/GammaIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/GreaterThanIcon.js +23 -0
- package/dist/module/features/keyboard/icons/GreaterThanIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/GreaterThanOrEqualIcon.js +28 -0
- package/dist/module/features/keyboard/icons/GreaterThanOrEqualIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/ImageIcon.js +28 -0
- package/dist/module/features/keyboard/icons/ImageIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/InfinityIcon.js +23 -0
- package/dist/module/features/keyboard/icons/InfinityIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/IntegralABIcon.js +30 -0
- package/dist/module/features/keyboard/icons/IntegralABIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/IntegralIcon.js +23 -0
- package/dist/module/features/keyboard/icons/IntegralIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/IntersectionIcon.js +21 -0
- package/dist/module/features/keyboard/icons/IntersectionIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/IntervalIcon.js +21 -0
- package/dist/module/features/keyboard/icons/IntervalIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/KroneIcon.js +24 -0
- package/dist/module/features/keyboard/icons/KroneIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/LambdaIcon.js +23 -0
- package/dist/module/features/keyboard/icons/LambdaIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/LeftDirectedSegmentIcon.js +25 -0
- package/dist/module/features/keyboard/icons/LeftDirectedSegmentIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/LessThanIcon.js +23 -0
- package/dist/module/features/keyboard/icons/LessThanIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/LessThanOrEqualIcon.js +28 -0
- package/dist/module/features/keyboard/icons/LessThanOrEqualIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/LineSegmentIcon.js +24 -0
- package/dist/module/features/keyboard/icons/LineSegmentIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/MuIcon.js +23 -0
- package/dist/module/features/keyboard/icons/MuIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/MultiplicationIcon.js +21 -0
- package/dist/module/features/keyboard/icons/MultiplicationIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/NotElementOfIcon.js +23 -0
- package/dist/module/features/keyboard/icons/NotElementOfIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/NotEqualIcon.js +33 -0
- package/dist/module/features/keyboard/icons/NotEqualIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/NthPowerIcon.js +33 -0
- package/dist/module/features/keyboard/icons/NthPowerIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/NthRootIcon.js +33 -0
- package/dist/module/features/keyboard/icons/NthRootIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/OmegaLowercaseIcon.js +23 -0
- package/dist/module/features/keyboard/icons/OmegaLowercaseIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/OmegaUppercaseIcon.js +23 -0
- package/dist/module/features/keyboard/icons/OmegaUppercaseIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/OrderedPairIcon.js +47 -0
- package/dist/module/features/keyboard/icons/OrderedPairIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/ParallelIcon.js +28 -0
- package/dist/module/features/keyboard/icons/ParallelIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/ParenthesesIcon.js +28 -0
- package/dist/module/features/keyboard/icons/ParenthesesIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/PerMilleIcon.js +39 -0
- package/dist/module/features/keyboard/icons/PerMilleIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/PercentIcon.js +33 -0
- package/dist/module/features/keyboard/icons/PercentIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/PerpendicularIcon.js +26 -0
- package/dist/module/features/keyboard/icons/PerpendicularIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/PesoIcon.js +22 -0
- package/dist/module/features/keyboard/icons/PesoIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/PhiIcon.js +23 -0
- package/dist/module/features/keyboard/icons/PhiIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/PiIcon.js +26 -0
- package/dist/module/features/keyboard/icons/PiIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/PlusMinusIcon.js +26 -0
- package/dist/module/features/keyboard/icons/PlusMinusIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/PoundIcon.js +21 -0
- package/dist/module/features/keyboard/icons/PoundIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/RhoIcon.js +24 -0
- package/dist/module/features/keyboard/icons/RhoIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/RightDirectedSegmentIcon.js +25 -0
- package/dist/module/features/keyboard/icons/RightDirectedSegmentIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/RoundBracketLeftIcon.js +24 -0
- package/dist/module/features/keyboard/icons/RoundBracketLeftIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/RoundBracketRightIcon.js +24 -0
- package/dist/module/features/keyboard/icons/RoundBracketRightIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/SigmaIcon.js +23 -0
- package/dist/module/features/keyboard/icons/SigmaIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/SigmaSumIcon.js +23 -0
- package/dist/module/features/keyboard/icons/SigmaSumIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/SlashIcon.js +23 -0
- package/dist/module/features/keyboard/icons/SlashIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/SquarePowerIcon.js +30 -0
- package/dist/module/features/keyboard/icons/SquarePowerIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/SquareRootIcon.js +23 -0
- package/dist/module/features/keyboard/icons/SquareRootIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/SubsetIcon.js +24 -0
- package/dist/module/features/keyboard/icons/SubsetIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/SubtractionIcon.js +23 -0
- package/dist/module/features/keyboard/icons/SubtractionIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/ThetaIcon.js +23 -0
- package/dist/module/features/keyboard/icons/ThetaIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/TildeIcon.js +24 -0
- package/dist/module/features/keyboard/icons/TildeIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/UnderlinedOneIcon.js +26 -0
- package/dist/module/features/keyboard/icons/UnderlinedOneIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/UnderlinedTenIcon.js +26 -0
- package/dist/module/features/keyboard/icons/UnderlinedTenIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/UnderlinedUIcon.js +26 -0
- package/dist/module/features/keyboard/icons/UnderlinedUIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/UnionIcon.js +21 -0
- package/dist/module/features/keyboard/icons/UnionIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/XIcon.js +21 -0
- package/dist/module/features/keyboard/icons/XIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/YIcon.js +22 -0
- package/dist/module/features/keyboard/icons/YIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/YenIcon.js +21 -0
- package/dist/module/features/keyboard/icons/YenIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/ZIcon.js +21 -0
- package/dist/module/features/keyboard/icons/ZIcon.js.map +1 -0
- package/dist/module/features/keyboard/icons/icon.types.js +2 -0
- package/dist/module/features/keyboard/icons/icon.types.js.map +1 -0
- package/dist/module/features/keyboard/icons/registry.js +187 -0
- package/dist/module/features/keyboard/icons/registry.js.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/components/KeysList/helpers.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/icons/AbsoluteValueIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/AbsoluteValueIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/AdditionIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/AdditionIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/AlphaIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/AlphaIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/AngleIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/AngleIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ApproximatelyEqualIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ApproximatelyEqualIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/BackspaceIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/BackspaceIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/BetaIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/BetaIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/BidirectionalSegmentIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/BidirectionalSegmentIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CDotIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CDotIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CentIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CentIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ColonIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ColonIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CommaIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CommaIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CongruentIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CongruentIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CubePowerIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CubePowerIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CubeRootIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/CubeRootIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DecimalPointIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DecimalPointIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DefiniteIntegralIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DefiniteIntegralIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DegreeIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DegreeIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DeltaIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DeltaIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DerivativeIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DerivativeIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DivisionIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DivisionIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DollarIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DollarIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DotIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DotIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DoubleIntegralIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/DoubleIntegralIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ElementOfIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ElementOfIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/EmptyIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/EmptyIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/EpsilonIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/EpsilonIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/EqualsIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/EqualsIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/EtaIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/EtaIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/EuroIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/EuroIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/FractionIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/FractionIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/GammaIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/GammaIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/GreaterThanIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/GreaterThanIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/GreaterThanOrEqualIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/GreaterThanOrEqualIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ImageIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ImageIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/InfinityIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/InfinityIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/IntegralABIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/IntegralABIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/IntegralIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/IntegralIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/IntersectionIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/IntersectionIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/IntervalIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/IntervalIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/KroneIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/KroneIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/LambdaIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/LambdaIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/LeftDirectedSegmentIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/LeftDirectedSegmentIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/LessThanIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/LessThanIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/LessThanOrEqualIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/LessThanOrEqualIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/LineSegmentIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/LineSegmentIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/MuIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/MuIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/MultiplicationIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/MultiplicationIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/NotElementOfIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/NotElementOfIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/NotEqualIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/NotEqualIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/NthPowerIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/NthPowerIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/NthRootIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/NthRootIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/OmegaLowercaseIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/OmegaLowercaseIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/OmegaUppercaseIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/OmegaUppercaseIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/OrderedPairIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/OrderedPairIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ParallelIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ParallelIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ParenthesesIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ParenthesesIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PerMilleIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PerMilleIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PercentIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PercentIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PerpendicularIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PerpendicularIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PesoIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PesoIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PhiIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PhiIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PiIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PiIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PlusMinusIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PlusMinusIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PoundIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/PoundIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/RhoIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/RhoIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/RightDirectedSegmentIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/RightDirectedSegmentIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/RoundBracketLeftIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/RoundBracketLeftIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/RoundBracketRightIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/RoundBracketRightIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SigmaIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SigmaIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SigmaSumIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SigmaSumIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SlashIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SlashIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SquarePowerIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SquarePowerIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SquareRootIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SquareRootIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SubsetIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SubsetIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SubtractionIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/SubtractionIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ThetaIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ThetaIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/TildeIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/TildeIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/UnderlinedOneIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/UnderlinedOneIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/UnderlinedTenIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/UnderlinedTenIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/UnderlinedUIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/UnderlinedUIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/UnionIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/UnionIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/XIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/XIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/YIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/YIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/YenIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/YenIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ZIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/ZIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/icon.types.d.ts +6 -0
- package/dist/typescript/commonjs/features/keyboard/icons/icon.types.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/keyboard/icons/registry.d.ts +4 -0
- package/dist/typescript/commonjs/features/keyboard/icons/registry.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/components/KeysList/helpers.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/icons/AbsoluteValueIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/AbsoluteValueIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/AdditionIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/AdditionIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/AlphaIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/AlphaIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/AngleIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/AngleIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/ApproximatelyEqualIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/ApproximatelyEqualIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/BackspaceIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/BackspaceIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/BetaIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/BetaIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/BidirectionalSegmentIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/BidirectionalSegmentIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/CDotIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/CDotIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/CentIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/CentIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/ColonIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/ColonIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/CommaIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/CommaIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/CongruentIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/CongruentIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/CubePowerIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/CubePowerIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/CubeRootIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/CubeRootIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/DecimalPointIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/DecimalPointIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/DefiniteIntegralIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/DefiniteIntegralIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/DegreeIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/DegreeIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/DeltaIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/DeltaIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/DerivativeIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/DerivativeIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/DivisionIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/DivisionIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/DollarIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/DollarIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/DotIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/DotIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/DoubleIntegralIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/DoubleIntegralIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/ElementOfIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/ElementOfIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/EmptyIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/EmptyIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/EpsilonIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/EpsilonIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/EqualsIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/EqualsIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/EtaIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/EtaIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/EuroIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/EuroIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/FractionIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/FractionIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/GammaIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/GammaIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/GreaterThanIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/GreaterThanIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/GreaterThanOrEqualIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/GreaterThanOrEqualIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/ImageIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/ImageIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/InfinityIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/InfinityIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/IntegralABIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/IntegralABIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/IntegralIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/IntegralIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/IntersectionIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/IntersectionIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/IntervalIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/IntervalIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/KroneIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/KroneIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/LambdaIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/LambdaIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/LeftDirectedSegmentIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/LeftDirectedSegmentIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/LessThanIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/LessThanIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/LessThanOrEqualIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/LessThanOrEqualIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/LineSegmentIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/LineSegmentIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/MuIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/MuIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/MultiplicationIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/MultiplicationIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/NotElementOfIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/NotElementOfIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/NotEqualIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/NotEqualIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/NthPowerIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/NthPowerIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/NthRootIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/NthRootIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/OmegaLowercaseIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/OmegaLowercaseIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/OmegaUppercaseIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/OmegaUppercaseIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/OrderedPairIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/OrderedPairIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/ParallelIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/ParallelIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/ParenthesesIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/ParenthesesIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/PerMilleIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/PerMilleIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/PercentIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/PercentIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/PerpendicularIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/PerpendicularIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/PesoIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/PesoIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/PhiIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/PhiIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/PiIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/PiIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/PlusMinusIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/PlusMinusIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/PoundIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/PoundIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/RhoIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/RhoIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/RightDirectedSegmentIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/RightDirectedSegmentIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/RoundBracketLeftIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/RoundBracketLeftIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/RoundBracketRightIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/RoundBracketRightIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/SigmaIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/SigmaIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/SigmaSumIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/SigmaSumIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/SlashIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/SlashIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/SquarePowerIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/SquarePowerIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/SquareRootIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/SquareRootIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/SubsetIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/SubsetIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/SubtractionIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/SubtractionIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/ThetaIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/ThetaIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/TildeIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/TildeIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/UnderlinedOneIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/UnderlinedOneIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/UnderlinedTenIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/UnderlinedTenIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/UnderlinedUIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/UnderlinedUIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/UnionIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/UnionIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/XIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/XIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/YIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/YIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/YenIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/YenIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/ZIcon.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/ZIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/icon.types.d.ts +6 -0
- package/dist/typescript/module/features/keyboard/icons/icon.types.d.ts.map +1 -0
- package/dist/typescript/module/features/keyboard/icons/registry.d.ts +4 -0
- package/dist/typescript/module/features/keyboard/icons/registry.d.ts.map +1 -0
- package/package.json +3 -3
- package/src/features/keyboard/components/KeysList/helpers.ts +2 -1
- package/src/features/keyboard/icons/AbsoluteValueIcon.tsx +23 -0
- package/src/features/keyboard/icons/AdditionIcon.tsx +14 -0
- package/src/features/keyboard/icons/AlphaIcon.tsx +16 -0
- package/src/features/keyboard/icons/AngleIcon.tsx +14 -0
- package/src/features/keyboard/icons/ApproximatelyEqualIcon.tsx +22 -0
- package/src/features/keyboard/icons/BackspaceIcon.tsx +20 -0
- package/src/features/keyboard/icons/BetaIcon.tsx +16 -0
- package/src/features/keyboard/icons/BidirectionalSegmentIcon.tsx +20 -0
- package/src/features/keyboard/icons/CDotIcon.tsx +11 -0
- package/src/features/keyboard/icons/CentIcon.tsx +14 -0
- package/src/features/keyboard/icons/ColonIcon.tsx +12 -0
- package/src/features/keyboard/icons/CommaIcon.tsx +16 -0
- package/src/features/keyboard/icons/CongruentIcon.tsx +28 -0
- package/src/features/keyboard/icons/CubePowerIcon.tsx +17 -0
- package/src/features/keyboard/icons/CubeRootIcon.tsx +20 -0
- package/src/features/keyboard/icons/DecimalPointIcon.tsx +13 -0
- package/src/features/keyboard/icons/DefiniteIntegralIcon.tsx +34 -0
- package/src/features/keyboard/icons/DegreeIcon.tsx +11 -0
- package/src/features/keyboard/icons/DeltaIcon.tsx +16 -0
- package/src/features/keyboard/icons/DerivativeIcon.tsx +32 -0
- package/src/features/keyboard/icons/DivisionIcon.tsx +18 -0
- package/src/features/keyboard/icons/DollarIcon.tsx +16 -0
- package/src/features/keyboard/icons/DotIcon.tsx +11 -0
- package/src/features/keyboard/icons/DoubleIntegralIcon.tsx +22 -0
- package/src/features/keyboard/icons/ElementOfIcon.tsx +14 -0
- package/src/features/keyboard/icons/EmptyIcon.tsx +18 -0
- package/src/features/keyboard/icons/EpsilonIcon.tsx +16 -0
- package/src/features/keyboard/icons/EqualsIcon.tsx +22 -0
- package/src/features/keyboard/icons/EtaIcon.tsx +18 -0
- package/src/features/keyboard/icons/EuroIcon.tsx +14 -0
- package/src/features/keyboard/icons/FractionIcon.tsx +20 -0
- package/src/features/keyboard/icons/GammaIcon.tsx +18 -0
- package/src/features/keyboard/icons/GreaterThanIcon.tsx +16 -0
- package/src/features/keyboard/icons/GreaterThanOrEqualIcon.tsx +22 -0
- package/src/features/keyboard/icons/ImageIcon.tsx +22 -0
- package/src/features/keyboard/icons/InfinityIcon.tsx +16 -0
- package/src/features/keyboard/icons/IntegralABIcon.tsx +26 -0
- package/src/features/keyboard/icons/IntegralIcon.tsx +16 -0
- package/src/features/keyboard/icons/IntersectionIcon.tsx +14 -0
- package/src/features/keyboard/icons/IntervalIcon.tsx +14 -0
- package/src/features/keyboard/icons/KroneIcon.tsx +18 -0
- package/src/features/keyboard/icons/LambdaIcon.tsx +16 -0
- package/src/features/keyboard/icons/LeftDirectedSegmentIcon.tsx +20 -0
- package/src/features/keyboard/icons/LessThanIcon.tsx +16 -0
- package/src/features/keyboard/icons/LessThanOrEqualIcon.tsx +22 -0
- package/src/features/keyboard/icons/LineSegmentIcon.tsx +18 -0
- package/src/features/keyboard/icons/MuIcon.tsx +16 -0
- package/src/features/keyboard/icons/MultiplicationIcon.tsx +14 -0
- package/src/features/keyboard/icons/NotElementOfIcon.tsx +16 -0
- package/src/features/keyboard/icons/NotEqualIcon.tsx +28 -0
- package/src/features/keyboard/icons/NthPowerIcon.tsx +12 -0
- package/src/features/keyboard/icons/NthRootIcon.tsx +19 -0
- package/src/features/keyboard/icons/OmegaLowercaseIcon.tsx +16 -0
- package/src/features/keyboard/icons/OmegaUppercaseIcon.tsx +16 -0
- package/src/features/keyboard/icons/OrderedPairIcon.tsx +30 -0
- package/src/features/keyboard/icons/ParallelIcon.tsx +22 -0
- package/src/features/keyboard/icons/ParenthesesIcon.tsx +22 -0
- package/src/features/keyboard/icons/PerMilleIcon.tsx +36 -0
- package/src/features/keyboard/icons/PercentIcon.tsx +28 -0
- package/src/features/keyboard/icons/PerpendicularIcon.tsx +20 -0
- package/src/features/keyboard/icons/PesoIcon.tsx +16 -0
- package/src/features/keyboard/icons/PhiIcon.tsx +16 -0
- package/src/features/keyboard/icons/PiIcon.tsx +19 -0
- package/src/features/keyboard/icons/PlusMinusIcon.tsx +20 -0
- package/src/features/keyboard/icons/PoundIcon.tsx +14 -0
- package/src/features/keyboard/icons/RhoIcon.tsx +18 -0
- package/src/features/keyboard/icons/RightDirectedSegmentIcon.tsx +20 -0
- package/src/features/keyboard/icons/RoundBracketLeftIcon.tsx +18 -0
- package/src/features/keyboard/icons/RoundBracketRightIcon.tsx +18 -0
- package/src/features/keyboard/icons/SigmaIcon.tsx +16 -0
- package/src/features/keyboard/icons/SigmaSumIcon.tsx +16 -0
- package/src/features/keyboard/icons/SlashIcon.tsx +16 -0
- package/src/features/keyboard/icons/SquarePowerIcon.tsx +17 -0
- package/src/features/keyboard/icons/SquareRootIcon.tsx +16 -0
- package/src/features/keyboard/icons/SubsetIcon.tsx +16 -0
- package/src/features/keyboard/icons/SubtractionIcon.tsx +16 -0
- package/src/features/keyboard/icons/ThetaIcon.tsx +16 -0
- package/src/features/keyboard/icons/TildeIcon.tsx +18 -0
- package/src/features/keyboard/icons/UnderlinedOneIcon.tsx +12 -0
- package/src/features/keyboard/icons/UnderlinedTenIcon.tsx +15 -0
- package/src/features/keyboard/icons/UnderlinedUIcon.tsx +15 -0
- package/src/features/keyboard/icons/UnionIcon.tsx +14 -0
- package/src/features/keyboard/icons/XIcon.tsx +14 -0
- package/src/features/keyboard/icons/YIcon.tsx +15 -0
- package/src/features/keyboard/icons/YenIcon.tsx +14 -0
- package/src/features/keyboard/icons/ZIcon.tsx +14 -0
- package/src/features/keyboard/icons/icon.types.ts +5 -0
- package/src/features/keyboard/icons/registry.tsx +190 -0
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.mapKeyToOption = exports.IS_IOS_WEB = void 0;
|
|
7
7
|
var _KeysList = require("./KeysList.js");
|
|
8
8
|
var _helpers = require("../../helpers.js");
|
|
9
|
+
var _registry = require("../../icons/registry.js");
|
|
9
10
|
const IS_IOS_WEB = exports.IS_IOS_WEB = (0, _helpers.getIsIpadOrIphoneDevice)();
|
|
10
11
|
const mergeOptionStyles = (keyStyle, override) => ({
|
|
11
12
|
container: [_KeysList.styles.optionContainer, keyStyle?.container, override?.container],
|
|
@@ -32,7 +33,7 @@ const mapKeyToOption = ({
|
|
|
32
33
|
};
|
|
33
34
|
return {
|
|
34
35
|
key: key.katexValue,
|
|
35
|
-
title: key.icon ?? key.label,
|
|
36
|
+
title: (key.icon ? (0, _registry.resolveKeyIcon)(key.icon) : null) ?? key.label,
|
|
36
37
|
delayPressIn: 0,
|
|
37
38
|
style: mergeOptionStyles(optionStyle, key.style),
|
|
38
39
|
...(IS_IOS_WEB ? {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_KeysList","require","_helpers","IS_IOS_WEB","exports","getIsIpadOrIphoneDevice","mergeOptionStyles","keyStyle","override","container","styles","optionContainer","button","optionButton","text","optionText","isKeyDisabled","key","disabledKeys","includes","mapKeyToOption","onKeyPress","optionStyle","isDisabled","pressHandler","e","event","katexValue","mathliveValue","spreadsheetValue","mathQuillValue","isSpecialSymbol","title","icon","label","delayPressIn","style","onPress","onPressIn","disabled"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/KeysList/helpers.ts"],"mappings":";;;;;;AAGA,IAAAA,SAAA,GAAAC,OAAA;AACA,IAAAC,QAAA,GAAAD,OAAA;
|
|
1
|
+
{"version":3,"names":["_KeysList","require","_helpers","_registry","IS_IOS_WEB","exports","getIsIpadOrIphoneDevice","mergeOptionStyles","keyStyle","override","container","styles","optionContainer","button","optionButton","text","optionText","isKeyDisabled","key","disabledKeys","includes","mapKeyToOption","onKeyPress","optionStyle","isDisabled","pressHandler","e","event","katexValue","mathliveValue","spreadsheetValue","mathQuillValue","isSpecialSymbol","title","icon","resolveKeyIcon","label","delayPressIn","style","onPress","onPressIn","disabled"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/components/KeysList/helpers.ts"],"mappings":";;;;;;AAGA,IAAAA,SAAA,GAAAC,OAAA;AACA,IAAAC,QAAA,GAAAD,OAAA;AAEA,IAAAE,SAAA,GAAAF,OAAA;AAUO,MAAMG,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,IAAAE,gCAAuB,EAAC,CAAC;AAEnD,MAAMC,iBAAiB,GAAGA,CAACC,QAAsB,EAAEC,QAAsB,MAAM;EAC7EC,SAAS,EAAE,CAACC,gBAAM,CAACC,eAAe,EAAEJ,QAAQ,EAAEE,SAAS,EAAED,QAAQ,EAAEC,SAAS,CAAC;EAC7EG,MAAM,EAAE,CAACF,gBAAM,CAACG,YAAY,EAAEN,QAAQ,EAAEK,MAAM,EAAEJ,QAAQ,EAAEI,MAAM,CAAC;EACjEE,IAAI,EAAE,CAACJ,gBAAM,CAACK,UAAU,EAAER,QAAQ,EAAEO,IAAI,EAAEN,QAAQ,EAAEM,IAAI;AAC1D,CAAC,CAAC;AAEF,MAAME,aAAa,GAAGA,CAACC,GAAyB,EAAEC,YAAqC,KACrFA,YAAY,EAAEC,QAAQ,CAACF,GAAG,CAAC;AAEtB,MAAMG,cAAc,GAAGA,CAAC;EAC7BH,GAAG;EACHI,UAAU;EACVH,YAAY;EACZI,WAAW;EACXC;AACmB,CAAC,KAAK;EACzB,MAAMC,YAAY,GAAIC,CAAwB,IAAK;IACjDJ,UAAU,GAAG;MACXK,KAAK,EAAED,CAAC;MACRE,UAAU,EAAEV,GAAG,CAACU,UAAU;MAC1BC,aAAa,EAAEX,GAAG,CAACW,aAAa;MAChCC,gBAAgB,EAAEZ,GAAG,CAACY,gBAAgB;MACtCC,cAAc,EAAEb,GAAG,CAACa,cAAc;MAClCC,eAAe,EAAEd,GAAG,CAACc;IACvB,CAAC,CAAC;EACJ,CAAC;EAED,OAAO;IACLd,GAAG,EAAEA,GAAG,CAACU,UAAU;IACnBK,KAAK,EAAE,CAACf,GAAG,CAACgB,IAAI,GAAG,IAAAC,wBAAc,EAACjB,GAAG,CAACgB,IAAI,CAAC,GAAG,IAAI,KAAKhB,GAAG,CAACkB,KAAK;IAChEC,YAAY,EAAE,CAAC;IACfC,KAAK,EAAE/B,iBAAiB,CAACgB,WAAW,EAAEL,GAAG,CAACoB,KAAK,CAAC;IAChD,IAAIlC,UAAU,GAAG;MAAEmC,OAAO,EAAEd;IAAa,CAAC,GAAG;MAAEe,SAAS,EAAEf;IAAa,CAAC,CAAC;IACzEgB,QAAQ,EAAEjB,UAAU,IAAIP,aAAa,CAACC,GAAG,EAAEC,YAAY;EACzD,CAAC;AACH,CAAC;AAAAd,OAAA,CAAAgB,cAAA,GAAAA,cAAA","ignoreList":[]}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.AbsoluteValueIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const AbsoluteValueIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 21 21",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M2.22164 3.29272C2.66346 3.29272 3.02164 3.63597 3.02164 4.05939L3.02164 16.3261C3.02164 16.7495 2.66346 17.0927 2.22164 17.0927C1.77981 17.0927 1.42164 16.7495 1.42164 16.3261L1.42164 4.05939C1.42164 3.63597 1.77981 3.29272 2.22164 3.29272Z",
|
|
26
|
+
fill: color
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Rect, {
|
|
28
|
+
x: "5.80164",
|
|
29
|
+
y: "5.57251",
|
|
30
|
+
width: "9.24",
|
|
31
|
+
height: "9.24",
|
|
32
|
+
rx: "1.548",
|
|
33
|
+
stroke: "#B3B3BC"
|
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M18.6216 3.29272C19.0635 3.29272 19.4216 3.63597 19.4216 4.05939L19.4216 16.3261C19.4216 16.7495 19.0635 17.0927 18.6216 17.0927C18.1798 17.0927 17.8216 16.7495 17.8216 16.3261L17.8216 4.05939C17.8216 3.63597 18.1798 3.29272 18.6216 3.29272Z",
|
|
38
|
+
fill: color
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
exports.AbsoluteValueIcon = AbsoluteValueIcon;
|
|
43
|
+
//# sourceMappingURL=AbsoluteValueIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","AbsoluteValueIcon","size","color","jsxs","width","height","viewBox","fill","children","jsx","Path","fillRule","clipRule","d","Rect","x","y","rx","stroke","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/AbsoluteValueIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAAkD,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAE3C,MAAMmB,iBAAiB,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EACpE,oBACE,IAAAvB,WAAA,CAAAwB,IAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,gBAC7D,IAAA7B,WAAA,CAAA8B,GAAA,EAAChC,eAAA,CAAAiC,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,mPAAmP;MACrPN,IAAI,EAAEL;IAAM,CACb,CAAC,eACF,IAAAvB,WAAA,CAAA8B,GAAA,EAAChC,eAAA,CAAAqC,IAAI;MAACC,CAAC,EAAC,SAAS;MAACC,CAAC,EAAC,SAAS;MAACZ,KAAK,EAAC,MAAM;MAACC,MAAM,EAAC,MAAM;MAACY,EAAE,EAAC,OAAO;MAACC,MAAM,EAAC;IAAS,CAAE,CAAC,eACvF,IAAAvC,WAAA,CAAA8B,GAAA,EAAChC,eAAA,CAAAiC,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,mPAAmP;MACrPN,IAAI,EAAEL;IAAM,CACb,CAAC;EAAA,CACC,CAAC;AAEV,CAAC;AAAAiB,OAAA,CAAAnB,iBAAA,GAAAA,iBAAA","ignoreList":[]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.AdditionIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const AdditionIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 16 16",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
d: "M7.2 14.4C7.2 14.8419 7.55818 15.2 8 15.2C8.44183 15.2 8.8 14.8419 8.8 14.4V8.80005H14.4C14.8418 8.80005 15.2 8.44188 15.2 8.00005C15.2 7.55822 14.8418 7.20005 14.4 7.20005H8.8V1.60005C8.8 1.15822 8.44183 0.800049 8 0.800049C7.55818 0.800049 7.2 1.15822 7.2 1.60005V7.20005H1.6C1.15818 7.20005 0.800003 7.55822 0.800003 8.00005C0.800003 8.44188 1.15818 8.80005 1.6 8.80005H7.2V14.4Z",
|
|
24
|
+
fill: color
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
exports.AdditionIcon = AdditionIcon;
|
|
29
|
+
//# sourceMappingURL=AdditionIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","AdditionIcon","size","color","jsx","width","height","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/AdditionIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAErC,MAAMmB,YAAY,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC/D,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7D,IAAA7B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAgC,IAAI;MACHC,CAAC,EAAC,gYAAgY;MAClYH,IAAI,EAAEL;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC;AAAAS,OAAA,CAAAX,YAAA,GAAAA,YAAA","ignoreList":[]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.AlphaIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const AlphaIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 16 16",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M5.25286 10.4025C5.57106 11.011 5.94998 11.25 6.35294 11.25C6.5739 11.25 6.82916 11.137 7.1427 10.7238C7.46105 10.3042 7.75394 9.68098 8.04205 8.90547C8.09833 8.75397 8.15346 8.59949 8.20779 8.44252C8.18637 8.35859 8.16517 8.27496 8.14411 8.19191C8.11514 8.07766 8.08645 7.9645 8.05786 7.85314C7.81932 6.9238 7.58378 6.09667 7.26216 5.50316C6.94446 4.91687 6.65394 4.75 6.35294 4.75C5.94998 4.75 5.57106 4.98896 5.25286 5.59752C4.93218 6.21083 4.75 7.08277 4.75 8C4.75 8.91723 4.93218 9.78917 5.25286 10.4025ZM9.04225 5.86421C8.90941 5.48225 8.75827 5.11569 8.58098 4.78851C8.15358 3.9998 7.4637 3.25 6.35294 3.25C5.18727 3.25 4.38972 4.01104 3.92361 4.90248C3.45998 5.78917 3.25 6.91723 3.25 8C3.25 9.08277 3.45998 10.2108 3.92361 11.0975C4.38972 11.989 5.18727 12.75 6.35294 12.75C7.23002 12.75 7.87673 12.238 8.33769 11.6304C8.55373 11.3457 8.74689 11.0178 8.92227 10.6657C9.2372 11.3308 9.77851 12.0833 10.7451 12.0833C11.4552 12.0833 11.9591 11.6235 12.2184 11.3283C12.3617 11.1652 12.4715 11.0056 12.5451 10.8882C12.5824 10.8287 12.6117 10.7781 12.6325 10.7406C12.643 10.7218 12.6514 10.7062 12.6577 10.6943L12.6656 10.6791L12.6683 10.6737L12.6694 10.6716L12.6699 10.6706C12.67 10.6704 12.6703 10.6698 12 10.3333L12.6699 10.6706C12.8557 10.3004 12.7067 9.84886 12.3365 9.66304C11.9664 9.47728 11.5158 9.62658 11.3299 9.99649L11.3304 9.99547C11.3311 9.99412 11.3317 9.99298 11.3315 9.99329L11.3309 9.99441L11.3304 9.99547L11.3214 10.012C11.3118 10.0292 11.296 10.0567 11.2745 10.091C11.2305 10.1611 11.1677 10.2515 11.0914 10.3384C10.9115 10.5432 10.788 10.5833 10.7451 10.5833C10.7038 10.5833 10.5072 10.5662 10.219 9.89251C10.0532 9.50502 9.91345 9.03144 9.77223 8.4981C9.89241 8.13493 10.0087 7.76662 10.1227 7.40576C10.1783 7.22976 10.2333 7.05553 10.2879 6.88453C10.558 6.03945 10.8195 5.26986 11.11 4.65268C11.2864 4.27789 11.1255 3.83109 10.7507 3.65472C10.3759 3.47835 9.92913 3.6392 9.75276 4.01399C9.49089 4.57046 9.25895 5.21101 9.04225 5.86421Z",
|
|
26
|
+
fill: color
|
|
27
|
+
})
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
exports.AlphaIcon = AlphaIcon;
|
|
31
|
+
//# sourceMappingURL=AlphaIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","AlphaIcon","size","color","jsx","width","height","viewBox","fill","children","Path","fillRule","clipRule","d","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/AlphaIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAErC,MAAMmB,SAAS,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC5D,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7D,IAAA7B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAgC,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,26DAA26D;MAC76DL,IAAI,EAAEL;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC;AAAAW,OAAA,CAAAb,SAAA,GAAAA,SAAA","ignoreList":[]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.AngleIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const AngleIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 16 16",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
d: "M8.94912 6.74144C9.20676 6.46187 9.63941 6.41761 9.9501 6.65062C10.2606 6.88377 10.3389 7.31141 10.1425 7.63695L10.0995 7.70043L6.49991 12.5002H10.9999C11.4141 12.5002 11.7499 12.836 11.7499 13.2502C11.7499 13.6644 11.4141 14.0002 10.9999 14.0002H4.99991C4.71583 14.0002 4.45605 13.8393 4.32901 13.5852C4.20219 13.3312 4.22994 13.0272 4.4003 12.8L8.9003 6.80004L8.94912 6.74144Z",
|
|
24
|
+
fill: color
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
exports.AngleIcon = AngleIcon;
|
|
29
|
+
//# sourceMappingURL=AngleIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","AngleIcon","size","color","jsx","width","height","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/AngleIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAErC,MAAMmB,SAAS,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC5D,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7D,IAAA7B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAgC,IAAI;MACHC,CAAC,EAAC,4XAA4X;MAC9XH,IAAI,EAAEL;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC;AAAAS,OAAA,CAAAX,SAAA,GAAAA,SAAA","ignoreList":[]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ApproximatelyEqualIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const ApproximatelyEqualIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 16 16",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M5.12004 4.79995C4.59954 4.79995 4.03052 4.99646 3.54568 5.72371C3.3006 6.09133 2.8039 6.19067 2.43628 5.94559C2.06866 5.70051 1.96932 5.20381 2.2144 4.83619C3.00957 3.64344 4.08953 3.19995 5.12004 3.19995C6.68187 3.19995 7.67419 3.99434 8.45732 4.62126C8.47155 4.63265 8.4857 4.64398 8.4998 4.65526C9.31006 5.30347 9.91024 5.75995 10.88 5.75995C11.4211 5.75995 11.9674 5.56672 12.4544 4.83619C12.6995 4.46857 13.1962 4.36923 13.5638 4.61431C13.9314 4.85939 14.0308 5.35609 13.7857 5.72371C12.9927 6.91318 11.9392 7.35995 10.88 7.35995C9.31822 7.35995 8.32589 6.56556 7.54276 5.93865C7.52854 5.92726 7.51438 5.91592 7.50029 5.90465C6.69002 5.25643 6.08984 4.79995 5.12004 4.79995Z",
|
|
26
|
+
fill: color
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M5.12004 10.2399C4.59954 10.2399 4.03052 10.4364 3.54568 11.1637C3.3006 11.5313 2.8039 11.6306 2.43628 11.3855C2.06866 11.1405 1.96932 10.6438 2.2144 10.2761C3.00957 9.08339 4.08953 8.63989 5.12004 8.63989C6.68187 8.63989 7.67419 9.43428 8.45732 10.0612C8.47155 10.0726 8.4857 10.0839 8.4998 10.0952C9.31006 10.7434 9.91024 11.1999 10.88 11.1999C11.4211 11.1999 11.9674 11.0067 12.4544 10.2761C12.6995 9.90851 13.1962 9.80917 13.5638 10.0543C13.9314 10.2993 14.0308 10.796 13.7857 11.1637C12.9927 12.3531 11.9392 12.7999 10.88 12.7999C9.31822 12.7999 8.32589 12.0055 7.54276 11.3786C7.52854 11.3672 7.51438 11.3559 7.50029 11.3446C6.69002 10.6964 6.08984 10.2399 5.12004 10.2399Z",
|
|
31
|
+
fill: color
|
|
32
|
+
})]
|
|
33
|
+
});
|
|
34
|
+
};
|
|
35
|
+
exports.ApproximatelyEqualIcon = ApproximatelyEqualIcon;
|
|
36
|
+
//# sourceMappingURL=ApproximatelyEqualIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ApproximatelyEqualIcon","size","color","jsxs","width","height","viewBox","fill","children","jsx","Path","fillRule","clipRule","d","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/ApproximatelyEqualIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAErC,MAAMmB,sBAAsB,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EACzE,oBACE,IAAAvB,WAAA,CAAAwB,IAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,gBAC7D,IAAA7B,WAAA,CAAA8B,GAAA,EAAChC,eAAA,CAAAiC,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,0qBAA0qB;MAC5qBN,IAAI,EAAEL;IAAM,CACb,CAAC,eACF,IAAAvB,WAAA,CAAA8B,GAAA,EAAChC,eAAA,CAAAiC,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,yqBAAyqB;MAC3qBN,IAAI,EAAEL;IAAM,CACb,CAAC;EAAA,CACC,CAAC;AAEV,CAAC;AAAAY,OAAA,CAAAd,sBAAA,GAAAA,sBAAA","ignoreList":[]}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BackspaceIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const BackspaceIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 21 21",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
|
|
23
|
+
clipPath: "url(#clip0_1683_234)",
|
|
24
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
25
|
+
d: "M17.8252 2.7644H7.23593C6.80314 2.7644 6.39561 2.96817 6.13593 3.3144L1.54218 9.4394C1.17551 9.92829 1.17551 10.6005 1.54218 11.0894L6.13593 17.2144C6.39561 17.5606 6.80314 17.7644 7.23593 17.7644H17.8252C18.5846 17.7644 19.2002 17.1488 19.2002 16.3894V4.1394C19.2002 3.38001 18.5846 2.7644 17.8252 2.7644Z",
|
|
26
|
+
stroke: color,
|
|
27
|
+
strokeWidth: "1.75",
|
|
28
|
+
strokeLinecap: "round"
|
|
29
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
30
|
+
d: "M8.62332 13.3894L14.8733 7.1394",
|
|
31
|
+
stroke: color,
|
|
32
|
+
strokeWidth: "1.75",
|
|
33
|
+
strokeLinecap: "round"
|
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
35
|
+
d: "M14.6847 13.3894L8.43472 7.1394",
|
|
36
|
+
stroke: color,
|
|
37
|
+
strokeWidth: "1.75",
|
|
38
|
+
strokeLinecap: "round"
|
|
39
|
+
})]
|
|
40
|
+
})
|
|
41
|
+
});
|
|
42
|
+
};
|
|
43
|
+
exports.BackspaceIcon = BackspaceIcon;
|
|
44
|
+
//# sourceMappingURL=BackspaceIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","BackspaceIcon","size","color","jsx","width","height","viewBox","fill","children","jsxs","G","clipPath","Path","d","stroke","strokeWidth","strokeLinecap","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/BackspaceIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA+C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAExC,MAAMmB,aAAa,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAChE,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7D,IAAA7B,WAAA,CAAA8B,IAAA,EAAChC,eAAA,CAAAiC,CAAC;MAACC,QAAQ,EAAC,sBAAsB;MAAAH,QAAA,gBAChC,IAAA7B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAmC,IAAI;QACHC,CAAC,EAAC,oTAAoT;QACtTC,MAAM,EAAEZ,KAAM;QACda,WAAW,EAAC,MAAM;QAClBC,aAAa,EAAC;MAAO,CACtB,CAAC,eACF,IAAArC,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAmC,IAAI;QAACC,CAAC,EAAC,iCAAiC;QAACC,MAAM,EAAEZ,KAAM;QAACa,WAAW,EAAC,MAAM;QAACC,aAAa,EAAC;MAAO,CAAE,CAAC,eACpG,IAAArC,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAmC,IAAI;QAACC,CAAC,EAAC,iCAAiC;QAACC,MAAM,EAAEZ,KAAM;QAACa,WAAW,EAAC,MAAM;QAACC,aAAa,EAAC;MAAO,CAAE,CAAC;IAAA,CACnG;EAAC,CACD,CAAC;AAEV,CAAC;AAAAC,OAAA,CAAAjB,aAAA,GAAAA,aAAA","ignoreList":[]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BetaIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const BetaIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 16 16",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M6.47145 2.36074C6.14853 2.74065 6 3.19733 6 3.5V14.9995C6 14.9996 6 15 5.25 15C4.5 15 4.5 15 4.5 14.9999V3.5C4.5 2.80267 4.80148 2.00935 5.32854 1.38926C5.87049 0.751679 6.69336 0.25 7.75 0.25C8.76604 0.25 9.58344 0.759992 10.1269 1.38112C10.658 1.98807 11 2.78233 11 3.5V3.50148C11 3.63687 11.0001 4.43691 10.5112 5.21999C10.3411 5.49243 10.1215 5.74808 9.84412 5.9695C10.7447 6.52724 11.5 7.49051 11.5 9C11.5 10.2859 10.9801 11.394 10.1315 12.0513C9.26723 12.7207 8.10834 12.8768 7.02741 12.3051C6.66126 12.1114 6.52144 11.6576 6.7151 11.2914C6.90877 10.9253 7.3626 10.7855 7.72874 10.9791C8.26973 11.2653 8.79681 11.1878 9.213 10.8654C9.64487 10.5309 10 9.88904 10 9C10 8.06019 9.55684 7.53685 8.9971 7.21033C8.39399 6.85852 7.66023 6.75 7.25 6.75C6.83579 6.75 6.5 6.41421 6.5 6C6.5 5.58579 6.83579 5.25 7.25 5.25C8.52309 5.25 9.01685 4.78121 9.23879 4.42568C9.49814 4.01022 9.5 3.56329 9.5 3.5C9.5 3.21767 9.34199 2.76193 8.99806 2.36888C8.66655 1.99001 8.23395 1.75 7.75 1.75C7.20664 1.75 6.77951 1.99832 6.47145 2.36074ZM5.25 15.75C4.83579 15.75 4.5 15.4141 4.5 14.9999L5.25 15L6 14.9995C6 15.4137 5.66421 15.75 5.25 15.75Z",
|
|
26
|
+
fill: color
|
|
27
|
+
})
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
exports.BetaIcon = BetaIcon;
|
|
31
|
+
//# sourceMappingURL=BetaIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","BetaIcon","size","color","jsx","width","height","viewBox","fill","children","Path","fillRule","clipRule","d","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/BetaIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAErC,MAAMmB,QAAQ,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC3D,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7D,IAAA7B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAgC,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,4mCAA4mC;MAC9mCL,IAAI,EAAEL;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC;AAAAW,OAAA,CAAAb,QAAA,GAAAA,QAAA","ignoreList":[]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BidirectionalSegmentIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const ASPECT_RATIO = 20 / 21;
|
|
14
|
+
const BidirectionalSegmentIcon = ({
|
|
15
|
+
size = 20,
|
|
16
|
+
color
|
|
17
|
+
}) => {
|
|
18
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
19
|
+
width: size * ASPECT_RATIO,
|
|
20
|
+
height: size,
|
|
21
|
+
viewBox: "0 0 20 21",
|
|
22
|
+
fill: "none",
|
|
23
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
d: "M16.6464 0.146692C16.8173 -0.0241721 17.0813 -0.0459256 17.2754 0.0822385L17.3535 0.146692L19.3535 2.14669L19.4179 2.22482C19.5461 2.4189 19.5243 2.68286 19.3535 2.85372L17.3535 4.85372C17.1582 5.04899 16.8417 5.04899 16.6464 4.85372C16.4512 4.65846 16.4512 4.34195 16.6464 4.14669L17.7929 3.00021H2.20699L3.35348 4.14669L3.41793 4.22482C3.5461 4.4189 3.52434 4.68286 3.35348 4.85372C3.18261 5.02459 2.91865 5.04634 2.72457 4.91818L2.64645 4.85372L0.646447 2.85372C0.451184 2.65846 0.451184 2.34195 0.646447 2.14669L2.64645 0.146692L2.72457 0.0822385C2.91865 -0.0459256 3.18261 -0.0241721 3.35348 0.146692C3.52434 0.317555 3.5461 0.581519 3.41793 0.775598L3.35348 0.853723L2.20699 2.00021H17.7929L16.6464 0.853723L16.582 0.775598C16.4538 0.581519 16.4756 0.317555 16.6464 0.146692Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
27
|
+
d: "M8.07948 17L7.70148 14.55H3.52948L2.01748 17H0.407484L6.55348 7.2H7.91149L9.52148 17H8.07948ZM4.32748 13.22H7.51948L6.87548 9.09L4.32748 13.22ZM16.4822 7.2C18.0922 7.2 18.8762 8.236 18.8762 9.342C18.8762 10.434 18.1762 11.54 16.8322 11.82C17.9662 12.128 18.4842 12.996 18.4842 13.906C18.4842 15.432 17.1402 17 14.8162 17H11.0502L13.3182 7.2H16.4822ZM12.7582 15.698H14.9842C16.3842 15.698 17.0562 14.788 17.0562 13.906C17.0562 13.164 16.4822 12.506 15.4042 12.506H13.5002L12.7582 15.698ZM13.7522 11.358H15.5722C16.7762 11.358 17.4482 10.49 17.4482 9.692C17.4482 8.95 16.9862 8.502 16.0202 8.502H14.4102L13.7522 11.358Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
exports.BidirectionalSegmentIcon = BidirectionalSegmentIcon;
|
|
33
|
+
//# sourceMappingURL=BidirectionalSegmentIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ASPECT_RATIO","BidirectionalSegmentIcon","size","color","jsxs","width","height","viewBox","fill","children","jsx","Path","d","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/BidirectionalSegmentIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAE5C,MAAMmB,YAAY,GAAG,EAAE,GAAG,EAAE;AAErB,MAAMC,wBAAwB,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC3E,oBACE,IAAAxB,WAAA,CAAAyB,IAAA,EAAC3B,eAAA,CAAAS,OAAG;IAACmB,KAAK,EAAEH,IAAI,GAAGF,YAAa;IAACM,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,gBAC5E,IAAA9B,WAAA,CAAA+B,GAAA,EAACjC,eAAA,CAAAkC,IAAI;MACHC,CAAC,EAAC,+wBAA+wB;MACjxBJ,IAAI,EAAEL;IAAM,CACb,CAAC,eACF,IAAAxB,WAAA,CAAA+B,GAAA,EAACjC,eAAA,CAAAkC,IAAI;MACHC,CAAC,EAAC,2mBAA2mB;MAC7mBJ,IAAI,EAAEL;IAAM,CACb,CAAC;EAAA,CACC,CAAC;AAEV,CAAC;AAAAU,OAAA,CAAAZ,wBAAA,GAAAA,wBAAA","ignoreList":[]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CDotIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const CDotIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 6 6",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {
|
|
23
|
+
cx: "3.00001",
|
|
24
|
+
cy: "3.00001",
|
|
25
|
+
r: "3.00001",
|
|
26
|
+
fill: color
|
|
27
|
+
})
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
exports.CDotIcon = CDotIcon;
|
|
31
|
+
//# sourceMappingURL=CDotIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","CDotIcon","size","color","jsx","width","height","viewBox","fill","children","Circle","cx","cy","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/CDotIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA8C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAEvC,MAAMmB,QAAQ,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC3D,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,SAAS;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC3D,IAAA7B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAgC,MAAM;MAACC,EAAE,EAAC,SAAS;MAACC,EAAE,EAAC,SAAS;MAAC5B,CAAC,EAAC,SAAS;MAACwB,IAAI,EAAEL;IAAM,CAAE;EAAC,CAC1D,CAAC;AAEV,CAAC;AAAAU,OAAA,CAAAZ,QAAA,GAAAA,QAAA","ignoreList":[]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CentIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const CentIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 16 16",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
d: "M7.45801 13V11.8838C6.72701 11.7135 6.04825 11.3731 5.50977 10.8477C4.79613 10.1513 4.375 9.17855 4.375 8C4.375 6.82142 4.79608 5.84859 5.50977 5.15234C6.04833 4.62695 6.72694 4.28543 7.45801 4.11523V3C7.45801 2.5859 7.79394 2.25018 8.20801 2.25C8.62222 2.25 8.95801 2.58579 8.95801 3V4C9.75561 4.0591 10.5453 4.31112 11.1904 4.79297L11.3594 4.92773L11.416 4.98047C11.6795 5.25411 11.698 5.6881 11.4473 5.98438C11.1963 6.28087 10.7647 6.33436 10.4512 6.11914L10.3906 6.07227L10.292 5.99414C9.85066 5.66555 9.24106 5.48494 8.58105 5.48633L8.27344 5.5C7.57128 5.56083 6.97208 5.8203 6.55664 6.22559C6.15097 6.62138 5.875 7.19896 5.875 8C5.875 8.80097 6.151 9.37854 6.55664 9.77441C6.9721 10.1798 7.57133 10.4392 8.27344 10.5L8.58105 10.5137C9.29174 10.5152 9.94395 10.3058 10.3906 9.92773C10.7068 9.66023 11.1797 9.69957 11.4473 10.0156C11.7148 10.3318 11.6755 10.8047 11.3594 11.0723C10.686 11.6422 9.82677 11.9346 8.95801 11.999V13C8.95801 13.4142 8.62222 13.75 8.20801 13.75C7.79394 13.7498 7.45801 13.4141 7.45801 13Z",
|
|
24
|
+
fill: color
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
exports.CentIcon = CentIcon;
|
|
29
|
+
//# sourceMappingURL=CentIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","CentIcon","size","color","jsx","width","height","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/CentIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAErC,MAAMmB,QAAQ,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC3D,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7D,IAAA7B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAgC,IAAI;MACHC,CAAC,EAAC,6/BAA6/B;MAC//BH,IAAI,EAAEL;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC;AAAAS,OAAA,CAAAX,QAAA,GAAAA,QAAA","ignoreList":[]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ColonIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const ColonIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 16 16",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {
|
|
23
|
+
cx: "8.00002",
|
|
24
|
+
cy: "4.40005",
|
|
25
|
+
r: "1.6",
|
|
26
|
+
fill: color
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {
|
|
28
|
+
cx: "8.00002",
|
|
29
|
+
cy: "11.6",
|
|
30
|
+
r: "1.6",
|
|
31
|
+
fill: color
|
|
32
|
+
})]
|
|
33
|
+
});
|
|
34
|
+
};
|
|
35
|
+
exports.ColonIcon = ColonIcon;
|
|
36
|
+
//# sourceMappingURL=ColonIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ColonIcon","size","color","jsxs","width","height","viewBox","fill","children","jsx","Circle","cx","cy","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/ColonIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA8C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAEvC,MAAMmB,SAAS,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC5D,oBACE,IAAAvB,WAAA,CAAAwB,IAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,gBAC7D,IAAA7B,WAAA,CAAA8B,GAAA,EAAChC,eAAA,CAAAiC,MAAM;MAACC,EAAE,EAAC,SAAS;MAACC,EAAE,EAAC,SAAS;MAAC7B,CAAC,EAAC,KAAK;MAACwB,IAAI,EAAEL;IAAM,CAAE,CAAC,eACzD,IAAAvB,WAAA,CAAA8B,GAAA,EAAChC,eAAA,CAAAiC,MAAM;MAACC,EAAE,EAAC,SAAS;MAACC,EAAE,EAAC,MAAM;MAAC7B,CAAC,EAAC,KAAK;MAACwB,IAAI,EAAEL;IAAM,CAAE,CAAC;EAAA,CACnD,CAAC;AAEV,CAAC;AAAAW,OAAA,CAAAb,SAAA,GAAAA,SAAA","ignoreList":[]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CommaIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const ASPECT_RATIO = 18 / 20;
|
|
14
|
+
const CommaIcon = ({
|
|
15
|
+
size = 20,
|
|
16
|
+
color
|
|
17
|
+
}) => {
|
|
18
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
19
|
+
width: size * ASPECT_RATIO,
|
|
20
|
+
height: size,
|
|
21
|
+
viewBox: "0 0 20 18",
|
|
22
|
+
fill: "none",
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
d: "M8.39999 11.4C8.39999 12.2837 9.11634 13 9.99999 13C10 14.0001 8 14.1257 8 14.5001C8 14.8745 8.33333 15.0001 8.5 15.0001C10.2408 15.0001 11.6 13.2527 11.6 11.4C11.6 10.5164 10.8836 9.80005 9.99999 9.80005C9.11634 9.80005 8.39999 10.5164 8.39999 11.4Z",
|
|
25
|
+
fill: color
|
|
26
|
+
})
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
exports.CommaIcon = CommaIcon;
|
|
30
|
+
//# sourceMappingURL=CommaIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ASPECT_RATIO","CommaIcon","size","color","jsx","width","height","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../../../src","sources":["features/keyboard/icons/CommaIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAE5C,MAAMmB,YAAY,GAAG,EAAE,GAAG,EAAE;AAErB,MAAMC,SAAS,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC5D,oBACE,IAAAxB,WAAA,CAAAyB,GAAA,EAAC3B,eAAA,CAAAS,OAAG;IAACmB,KAAK,EAAEH,IAAI,GAAGF,YAAa;IAACM,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC5E,IAAA9B,WAAA,CAAAyB,GAAA,EAAC3B,eAAA,CAAAiC,IAAI;MACHC,CAAC,EAAC,4PAA4P;MAC9PH,IAAI,EAAEL;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC;AAAAS,OAAA,CAAAX,SAAA,GAAAA,SAAA","ignoreList":[]}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CongruentIcon = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const CongruentIcon = ({
|
|
14
|
+
size = 20,
|
|
15
|
+
color
|
|
16
|
+
}) => {
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
18
|
+
width: size,
|
|
19
|
+
height: size,
|
|
20
|
+
viewBox: "0 0 16 16",
|
|
21
|
+
fill: "none",
|
|
22
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M5.12004 3.35977C4.59954 3.35977 4.03052 3.55627 3.54568 4.28353C3.3006 4.65115 2.8039 4.75049 2.43628 4.50541C2.06866 4.26032 1.96932 3.76363 2.2144 3.39601C3.00957 2.20326 4.08953 1.75977 5.12004 1.75977C6.68187 1.75977 7.67419 2.55416 8.45732 3.18107C8.47155 3.19246 8.4857 3.2038 8.4998 3.21507C9.31006 3.86328 9.91024 4.31977 10.88 4.31977C11.4211 4.31977 11.9674 4.12654 12.4544 3.39601C12.6995 3.02838 13.1962 2.92904 13.5638 3.17413C13.9314 3.41921 14.0308 3.9159 13.7857 4.28353C12.9927 5.47299 11.9392 5.91977 10.88 5.91977C9.31822 5.91977 8.32589 5.12538 7.54276 4.49846C7.52854 4.48707 7.51438 4.47573 7.50029 4.46446C6.69002 3.81625 6.08984 3.35977 5.12004 3.35977Z",
|
|
26
|
+
fill: color
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M0.800049 9.27998C0.800049 8.83815 1.15822 8.47998 1.60005 8.47998H14.4C14.8419 8.47998 15.2 8.83815 15.2 9.27998C15.2 9.72181 14.8419 10.08 14.4 10.08H1.60005C1.15822 10.08 0.800049 9.72181 0.800049 9.27998Z",
|
|
31
|
+
fill: color
|
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M0.800049 13.4401C0.800049 12.9983 1.15822 12.6401 1.60005 12.6401H14.4C14.8419 12.6401 15.2 12.9983 15.2 13.4401C15.2 13.882 14.8419 14.2401 14.4 14.2401H1.60005C1.15822 14.2401 0.800049 13.882 0.800049 13.4401Z",
|
|
36
|
+
fill: color
|
|
37
|
+
})]
|
|
38
|
+
});
|
|
39
|
+
};
|
|
40
|
+
exports.CongruentIcon = CongruentIcon;
|
|
41
|
+
//# sourceMappingURL=CongruentIcon.js.map
|