@pop-ui/foundation 1.1.3 → 1.1.4
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.
|
@@ -6,5 +6,5 @@ import { Path, Svg } from 'react-native-svg';
|
|
|
6
6
|
import { ColorGray900 } from '../../tokens/colors';
|
|
7
7
|
export default function IconMenuCheck({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
|
|
8
8
|
const isFilled = variant === 'filled';
|
|
9
|
-
return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 28 28", fill: "none", ...props, children: isFilled ? (_jsxs(_Fragment, { children: [_jsx(Path, { d: "
|
|
9
|
+
return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 28 28", fill: "none", ...props, children: isFilled ? (_jsxs(_Fragment, { children: [_jsx(Path, { d: "M18.3395 21.5116L20.8109 23.8457L25.3418 19.1775", stroke: color, strokeWidth: "1.3", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx(Path, { d: "M20.8857 3.50427C22.4359 3.50436 23.6786 4.79272 23.6787 6.34216V17.4623C23.6618 17.4788 23.6435 17.494 23.627 17.5111L20.7383 20.4867L19.9834 19.7728C19.0232 18.866 17.5085 18.9096 16.6016 19.8695C15.6951 20.8298 15.7382 22.3436 16.6982 23.2504L18.0176 24.4965H7.79395C6.24391 24.4965 5.00041 23.2078 5 21.6586V6.34216C5.00009 4.79266 6.24371 3.50427 7.79395 3.50427H20.8857ZM9.47168 16.5599C9.11293 16.56 8.82155 16.8516 8.82129 17.2103C8.82129 17.5693 9.11277 17.8616 9.47168 17.8617H15.0195C15.3784 17.8615 15.6689 17.5692 15.6689 17.2103C15.6687 16.8517 15.3782 16.5601 15.0195 16.5599H9.47168ZM9.47168 13.3451C9.11282 13.3452 8.82138 13.6366 8.82129 13.9955C8.82152 14.3542 9.11291 14.6458 9.47168 14.6459H19.2041C19.5629 14.6458 19.8543 14.3542 19.8545 13.9955C19.8544 13.6366 19.563 13.3452 19.2041 13.3451H9.47168ZM9.47168 10.139C9.11282 10.1391 8.82138 10.4306 8.82129 10.7894C8.82129 11.1484 9.11277 11.4397 9.47168 11.4398H19.2041C19.563 11.4397 19.8545 11.1484 19.8545 10.7894C19.8544 10.4306 19.563 10.1391 19.2041 10.139H9.47168Z", fill: color })] })) : (_jsxs(_Fragment, { children: [_jsx(Path, { d: "M15.0192 16.5603C15.3781 16.5603 15.6686 16.8518 15.6686 17.2108C15.6686 17.5698 15.3781 17.8613 15.0192 17.8614H9.47181C9.11283 17.8614 8.82126 17.5698 8.82126 17.2108C8.82126 16.8518 9.11283 16.5603 9.47181 16.5603H15.0192Z", fill: color }), _jsx(Path, { d: "M19.2039 13.3451C19.5629 13.3451 19.8545 13.6367 19.8545 13.9956C19.8542 14.3544 19.5628 14.6462 19.2039 14.6462H9.47181C9.11297 14.6462 8.82149 14.3544 8.82126 13.9956C8.82126 13.6367 9.11283 13.3451 9.47181 13.3451H19.2039Z", fill: color }), _jsx(Path, { d: "M19.2039 10.139C19.5629 10.139 19.8545 10.4306 19.8545 10.7896C19.8545 11.1486 19.5629 11.4401 19.2039 11.4401H9.47181C9.11283 11.4401 8.82126 11.1486 8.82126 10.7896C8.82126 10.4306 9.11283 10.139 9.47181 10.139H19.2039Z", fill: color }), _jsx(Path, { d: "M23.0312 16.9066L23.0312 6.33761C23.0312 5.13377 22.0485 4.1488 20.8474 4.1488L8.72262 4.14881L7.74435 4.14881C6.54324 4.14881 5.56051 5.13377 5.56051 6.33761L5.56052 21.6592C5.56052 22.8631 6.54324 23.848 7.74435 23.848L16.375 23.848", stroke: color, strokeWidth: "1.3", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M18.3394 21.5109L20.8108 23.845L25.3417 19.1768", stroke: color, strokeWidth: "1.3", strokeLinecap: "round", strokeLinejoin: "round" })] })) }));
|
|
10
10
|
}
|