@webstudio-is/icons 0.3.0 → 0.15.0
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/lib/__generated__/format-clear.js +20 -6
- package/lib/__generated__/subscript.js +20 -6
- package/lib/__generated__/superscript.js +20 -6
- package/lib/align-content-center.js +20 -3
- package/lib/align-content-end.js +23 -4
- package/lib/align-content-space-around.js +20 -3
- package/lib/align-content-space-between.js +20 -3
- package/lib/align-content-start.js +39 -4
- package/lib/align-content-stretch.js +20 -3
- package/lib/align-items-baseline.js +54 -3
- package/lib/align-items-center.js +23 -4
- package/lib/align-items-end.js +23 -4
- package/lib/align-items-start.js +23 -4
- package/lib/align-items-stretch.js +23 -4
- package/lib/align-self-baseline.js +54 -4
- package/lib/align-self-center.js +33 -4
- package/lib/align-self-end.js +34 -4
- package/lib/align-self-start.js +33 -4
- package/lib/align-self-stretch.js +40 -4
- package/lib/aspect-ratio.js +29 -4
- package/lib/body.js +22 -4
- package/lib/brush.js +23 -4
- package/lib/chevron-double-down.js +24 -4
- package/lib/chevron-double-left.js +24 -4
- package/lib/chevron-double-right.js +21 -3
- package/lib/chevron-double-up.js +24 -4
- package/lib/chevron-down.js +21 -4
- package/lib/chevron-left.js +23 -4
- package/lib/chevron-right.js +23 -4
- package/lib/chevron-up.js +23 -4
- package/lib/cjs/__generated__/format-clear.cjs +40 -9
- package/lib/cjs/__generated__/index.cjs +18 -17
- package/lib/cjs/__generated__/subscript.cjs +40 -9
- package/lib/cjs/__generated__/superscript.cjs +40 -9
- package/lib/cjs/align-content-center.cjs +46 -29
- package/lib/cjs/align-content-end.cjs +48 -29
- package/lib/cjs/align-content-space-around.cjs +46 -29
- package/lib/cjs/align-content-space-between.cjs +46 -29
- package/lib/cjs/align-content-start.cjs +64 -29
- package/lib/cjs/align-content-stretch.cjs +46 -29
- package/lib/cjs/align-items-baseline.cjs +80 -29
- package/lib/cjs/align-items-center.cjs +48 -29
- package/lib/cjs/align-items-end.cjs +48 -29
- package/lib/cjs/align-items-start.cjs +48 -29
- package/lib/cjs/align-items-stretch.cjs +48 -29
- package/lib/cjs/align-self-baseline.cjs +79 -29
- package/lib/cjs/align-self-center.cjs +58 -29
- package/lib/cjs/align-self-end.cjs +59 -29
- package/lib/cjs/align-self-start.cjs +58 -29
- package/lib/cjs/align-self-stretch.cjs +65 -29
- package/lib/cjs/aspect-ratio.cjs +54 -29
- package/lib/cjs/body.cjs +47 -29
- package/lib/cjs/brush.cjs +48 -29
- package/lib/cjs/chevron-double-down.cjs +49 -29
- package/lib/cjs/chevron-double-left.cjs +49 -29
- package/lib/cjs/chevron-double-right.cjs +47 -29
- package/lib/cjs/chevron-double-up.cjs +49 -29
- package/lib/cjs/chevron-down.cjs +46 -29
- package/lib/cjs/chevron-left.cjs +48 -29
- package/lib/cjs/chevron-right.cjs +48 -29
- package/lib/cjs/chevron-up.cjs +48 -29
- package/lib/cjs/cloud.cjs +49 -29
- package/lib/cjs/copy.cjs +49 -29
- package/lib/cjs/cross-circled-filled.cjs +46 -29
- package/lib/cjs/cross-large.cjs +48 -29
- package/lib/cjs/cross-small.cjs +48 -29
- package/lib/cjs/cross.cjs +48 -29
- package/lib/cjs/devices.cjs +46 -29
- package/lib/cjs/ellipses.cjs +62 -29
- package/lib/cjs/external-link.cjs +48 -29
- package/lib/cjs/flex-direction-column-reverse.cjs +45 -29
- package/lib/cjs/flex-direction-column.cjs +44 -29
- package/lib/cjs/flex-direction-row-reverse.cjs +45 -29
- package/lib/cjs/flex-direction-row.cjs +46 -29
- package/lib/cjs/flex-sizing-grow.cjs +58 -29
- package/lib/cjs/flex-sizing-shrink.cjs +54 -29
- package/lib/cjs/flex-wrap-no-wrap.cjs +48 -29
- package/lib/cjs/flex-wrap-wrap-reverse.cjs +61 -29
- package/lib/cjs/flex-wrap-wrap.cjs +62 -29
- package/lib/cjs/form.cjs +48 -29
- package/lib/cjs/gap-column.cjs +60 -29
- package/lib/cjs/gap-row.cjs +61 -29
- package/lib/cjs/gear.cjs +64 -34
- package/lib/cjs/github.cjs +49 -29
- package/lib/cjs/google.cjs +49 -29
- package/lib/cjs/index.cjs +108 -107
- package/lib/cjs/justify-content-center.cjs +46 -29
- package/lib/cjs/justify-content-end.cjs +52 -29
- package/lib/cjs/justify-content-space-around.cjs +58 -29
- package/lib/cjs/justify-content-space-between.cjs +46 -29
- package/lib/cjs/justify-content-start.cjs +50 -29
- package/lib/cjs/justify-items-center.cjs +46 -30
- package/lib/cjs/justify-items-end.cjs +52 -30
- package/lib/cjs/justify-items-space-around.cjs +58 -30
- package/lib/cjs/justify-items-space-between.cjs +46 -30
- package/lib/cjs/justify-items-start.cjs +52 -30
- package/lib/cjs/legacy.cjs +51 -32
- package/lib/cjs/list-nested.cjs +48 -29
- package/lib/cjs/lock-close.cjs +72 -29
- package/lib/cjs/lock-open.cjs +70 -29
- package/lib/cjs/magnifying-glass.cjs +48 -29
- package/lib/cjs/menu.cjs +56 -29
- package/lib/cjs/new-folder.cjs +49 -29
- package/lib/cjs/new-page.cjs +49 -29
- package/lib/cjs/order-first.cjs +60 -29
- package/lib/cjs/order-last.cjs +60 -29
- package/lib/cjs/page.cjs +49 -29
- package/lib/cjs/redo.cjs +51 -29
- package/lib/cjs/size.cjs +48 -29
- package/lib/cjs/tablet.cjs +46 -29
- package/lib/cjs/text-align-center.cjs +56 -29
- package/lib/cjs/text-align-justify.cjs +56 -29
- package/lib/cjs/text-align-left.cjs +56 -29
- package/lib/cjs/text-align-right.cjs +56 -29
- package/lib/cjs/text-capitalize.cjs +46 -29
- package/lib/cjs/text-direction-ltr.cjs +48 -29
- package/lib/cjs/text-direction-rtl.cjs +48 -29
- package/lib/cjs/text-hyphen.cjs +48 -29
- package/lib/cjs/text-italic.cjs +49 -29
- package/lib/cjs/text-lowercase.cjs +46 -29
- package/lib/cjs/text-strikethrough.cjs +56 -29
- package/lib/cjs/text-truncate.cjs +60 -29
- package/lib/cjs/text-underline.cjs +48 -29
- package/lib/cjs/text-uppercase.cjs +49 -29
- package/lib/cjs/trash.cjs +49 -29
- package/lib/cjs/types.cjs +15 -1
- package/lib/cjs/undo.cjs +51 -29
- package/lib/cjs/upload.cjs +45 -29
- package/lib/cloud.js +24 -4
- package/lib/copy.js +24 -4
- package/lib/cross-circled-filled.js +20 -3
- package/lib/cross-large.js +23 -4
- package/lib/cross-small.js +23 -4
- package/lib/cross.js +23 -4
- package/lib/devices.js +21 -4
- package/lib/ellipses.js +37 -4
- package/lib/external-link.js +23 -4
- package/lib/flex-direction-column-reverse.js +19 -3
- package/lib/flex-direction-column.js +18 -3
- package/lib/flex-direction-row-reverse.js +19 -3
- package/lib/flex-direction-row.js +21 -4
- package/lib/flex-sizing-grow.js +33 -4
- package/lib/flex-sizing-shrink.js +29 -4
- package/lib/flex-wrap-no-wrap.js +23 -4
- package/lib/flex-wrap-wrap-reverse.js +35 -3
- package/lib/flex-wrap-wrap.js +37 -4
- package/lib/form.js +23 -4
- package/lib/gap-column.js +35 -4
- package/lib/gap-row.js +36 -4
- package/lib/gear.js +37 -6
- package/lib/github.js +24 -4
- package/lib/google.js +24 -4
- package/lib/justify-content-center.js +20 -3
- package/lib/justify-content-end.js +27 -4
- package/lib/justify-content-space-around.js +32 -3
- package/lib/justify-content-space-between.js +20 -3
- package/lib/justify-content-start.js +24 -3
- package/lib/justify-items-center.js +20 -4
- package/lib/justify-items-end.js +27 -5
- package/lib/justify-items-space-around.js +32 -4
- package/lib/justify-items-space-between.js +20 -4
- package/lib/justify-items-start.js +27 -5
- package/lib/legacy.js +62 -1
- package/lib/list-nested.js +23 -4
- package/lib/lock-close.js +47 -4
- package/lib/lock-open.js +45 -4
- package/lib/magnifying-glass.js +23 -4
- package/lib/menu.js +31 -4
- package/lib/new-folder.js +24 -4
- package/lib/new-page.js +24 -4
- package/lib/order-first.js +35 -4
- package/lib/order-last.js +35 -4
- package/lib/page.js +24 -4
- package/lib/redo.js +26 -4
- package/lib/size.js +23 -4
- package/lib/tablet.js +21 -4
- package/lib/text-align-center.js +31 -4
- package/lib/text-align-justify.js +31 -4
- package/lib/text-align-left.js +31 -4
- package/lib/text-align-right.js +31 -4
- package/lib/text-capitalize.js +21 -4
- package/lib/text-direction-ltr.js +23 -4
- package/lib/text-direction-rtl.js +23 -4
- package/lib/text-hyphen.js +23 -4
- package/lib/text-italic.js +24 -4
- package/lib/text-lowercase.js +21 -4
- package/lib/text-strikethrough.js +31 -4
- package/lib/text-truncate.js +35 -4
- package/lib/text-underline.js +23 -4
- package/lib/text-uppercase.js +24 -4
- package/lib/trash.js +24 -4
- package/lib/types.js +0 -1
- package/lib/undo.js +26 -4
- package/lib/upload.js +20 -4
- package/package.json +7 -15
- package/src/__generated__/format-clear.tsx +15 -0
- package/{lib/cjs/__generated__/index.d.ts → src/__generated__/index.ts} +0 -1
- package/src/__generated__/subscript.tsx +15 -0
- package/src/__generated__/superscript.tsx +15 -0
- package/src/align-content-center.tsx +27 -0
- package/src/align-content-end.tsx +26 -0
- package/src/align-content-space-around.tsx +27 -0
- package/src/align-content-space-between.tsx +27 -0
- package/src/align-content-start.tsx +25 -0
- package/src/align-content-stretch.tsx +27 -0
- package/src/align-items-baseline.tsx +53 -0
- package/src/align-items-center.tsx +26 -0
- package/src/align-items-end.tsx +26 -0
- package/src/align-items-start.tsx +26 -0
- package/src/align-items-stretch.tsx +26 -0
- package/src/align-self-baseline.tsx +47 -0
- package/src/align-self-center.tsx +27 -0
- package/src/align-self-end.tsx +35 -0
- package/src/align-self-start.tsx +27 -0
- package/src/align-self-stretch.tsx +41 -0
- package/src/aspect-ratio.tsx +31 -0
- package/src/body.tsx +26 -0
- package/src/brush.tsx +27 -0
- package/src/chevron-double-down.tsx +28 -0
- package/src/chevron-double-left.tsx +28 -0
- package/src/chevron-double-right.tsx +29 -0
- package/src/chevron-double-up.tsx +28 -0
- package/src/chevron-down.tsx +25 -0
- package/src/chevron-left.tsx +27 -0
- package/src/chevron-right.tsx +27 -0
- package/src/chevron-up.tsx +27 -0
- package/src/cloud.tsx +28 -0
- package/src/copy.tsx +28 -0
- package/src/cross-circled-filled.tsx +28 -0
- package/src/cross-large.tsx +26 -0
- package/src/cross-small.tsx +26 -0
- package/src/cross.tsx +27 -0
- package/src/devices.tsx +25 -0
- package/src/ellipses.tsx +23 -0
- package/src/external-link.tsx +27 -0
- package/src/flex-direction-column-reverse.tsx +26 -0
- package/src/flex-direction-column.tsx +25 -0
- package/src/flex-direction-row-reverse.tsx +26 -0
- package/src/flex-direction-row.tsx +24 -0
- package/src/flex-sizing-grow.tsx +34 -0
- package/src/flex-sizing-shrink.tsx +30 -0
- package/src/flex-wrap-no-wrap.tsx +26 -0
- package/src/flex-wrap-wrap-reverse.tsx +31 -0
- package/src/flex-wrap-wrap.tsx +29 -0
- package/src/form.tsx +27 -0
- package/src/gap-column.tsx +33 -0
- package/src/gap-row.tsx +34 -0
- package/src/gear.tsx +43 -0
- package/src/github.tsx +24 -0
- package/src/google.tsx +24 -0
- package/src/index.stories.tsx +56 -0
- package/{lib/cjs/index.d.ts → src/index.ts} +0 -1
- package/src/justify-content-center.tsx +27 -0
- package/src/justify-content-end.tsx +25 -0
- package/src/justify-content-space-around.tsx +25 -0
- package/src/justify-content-space-between.tsx +27 -0
- package/src/justify-content-start.tsx +26 -0
- package/src/justify-items-center.tsx +28 -0
- package/src/justify-items-end.tsx +26 -0
- package/src/justify-items-space-around.tsx +26 -0
- package/src/justify-items-space-between.tsx +28 -0
- package/src/justify-items-start.tsx +26 -0
- package/src/legacy.ts +31 -0
- package/src/list-nested.tsx +27 -0
- package/src/lock-close.tsx +39 -0
- package/src/lock-open.tsx +37 -0
- package/src/magnifying-glass.tsx +27 -0
- package/src/menu.tsx +33 -0
- package/src/new-folder.tsx +28 -0
- package/src/new-page.tsx +28 -0
- package/src/order-first.tsx +36 -0
- package/src/order-last.tsx +36 -0
- package/src/page.tsx +28 -0
- package/src/redo.tsx +23 -0
- package/src/size.tsx +27 -0
- package/src/tablet.tsx +25 -0
- package/src/text-align-center.tsx +32 -0
- package/src/text-align-justify.tsx +32 -0
- package/src/text-align-left.tsx +32 -0
- package/src/text-align-right.tsx +32 -0
- package/src/text-capitalize.tsx +24 -0
- package/src/text-direction-ltr.tsx +26 -0
- package/src/text-direction-rtl.tsx +26 -0
- package/src/text-hyphen.tsx +26 -0
- package/src/text-italic.tsx +27 -0
- package/src/text-lowercase.tsx +24 -0
- package/src/text-strikethrough.tsx +32 -0
- package/src/text-truncate.tsx +36 -0
- package/src/text-underline.tsx +26 -0
- package/src/text-uppercase.tsx +27 -0
- package/src/trash.tsx +28 -0
- package/src/types.ts +17 -0
- package/src/undo.tsx +23 -0
- package/src/upload.tsx +24 -0
- package/lib/__generated__/format-clear.d.ts +0 -4
- package/lib/__generated__/format-clear.d.ts.map +0 -1
- package/lib/__generated__/index.d.ts +0 -4
- package/lib/__generated__/index.d.ts.map +0 -1
- package/lib/__generated__/subscript.d.ts +0 -4
- package/lib/__generated__/subscript.d.ts.map +0 -1
- package/lib/__generated__/superscript.d.ts +0 -4
- package/lib/__generated__/superscript.d.ts.map +0 -1
- package/lib/align-content-center.d.ts +0 -4
- package/lib/align-content-center.d.ts.map +0 -1
- package/lib/align-content-end.d.ts +0 -4
- package/lib/align-content-end.d.ts.map +0 -1
- package/lib/align-content-space-around.d.ts +0 -4
- package/lib/align-content-space-around.d.ts.map +0 -1
- package/lib/align-content-space-between.d.ts +0 -4
- package/lib/align-content-space-between.d.ts.map +0 -1
- package/lib/align-content-start.d.ts +0 -4
- package/lib/align-content-start.d.ts.map +0 -1
- package/lib/align-content-stretch.d.ts +0 -4
- package/lib/align-content-stretch.d.ts.map +0 -1
- package/lib/align-items-baseline.d.ts +0 -4
- package/lib/align-items-baseline.d.ts.map +0 -1
- package/lib/align-items-center.d.ts +0 -4
- package/lib/align-items-center.d.ts.map +0 -1
- package/lib/align-items-end.d.ts +0 -4
- package/lib/align-items-end.d.ts.map +0 -1
- package/lib/align-items-start.d.ts +0 -4
- package/lib/align-items-start.d.ts.map +0 -1
- package/lib/align-items-stretch.d.ts +0 -4
- package/lib/align-items-stretch.d.ts.map +0 -1
- package/lib/align-self-baseline.d.ts +0 -4
- package/lib/align-self-baseline.d.ts.map +0 -1
- package/lib/align-self-center.d.ts +0 -4
- package/lib/align-self-center.d.ts.map +0 -1
- package/lib/align-self-end.d.ts +0 -4
- package/lib/align-self-end.d.ts.map +0 -1
- package/lib/align-self-start.d.ts +0 -4
- package/lib/align-self-start.d.ts.map +0 -1
- package/lib/align-self-stretch.d.ts +0 -4
- package/lib/align-self-stretch.d.ts.map +0 -1
- package/lib/aspect-ratio.d.ts +0 -4
- package/lib/aspect-ratio.d.ts.map +0 -1
- package/lib/body.d.ts +0 -4
- package/lib/body.d.ts.map +0 -1
- package/lib/brush.d.ts +0 -4
- package/lib/brush.d.ts.map +0 -1
- package/lib/chevron-double-down.d.ts +0 -4
- package/lib/chevron-double-down.d.ts.map +0 -1
- package/lib/chevron-double-left.d.ts +0 -4
- package/lib/chevron-double-left.d.ts.map +0 -1
- package/lib/chevron-double-right.d.ts +0 -4
- package/lib/chevron-double-right.d.ts.map +0 -1
- package/lib/chevron-double-up.d.ts +0 -4
- package/lib/chevron-double-up.d.ts.map +0 -1
- package/lib/chevron-down.d.ts +0 -4
- package/lib/chevron-down.d.ts.map +0 -1
- package/lib/chevron-left.d.ts +0 -4
- package/lib/chevron-left.d.ts.map +0 -1
- package/lib/chevron-right.d.ts +0 -4
- package/lib/chevron-right.d.ts.map +0 -1
- package/lib/chevron-up.d.ts +0 -4
- package/lib/chevron-up.d.ts.map +0 -1
- package/lib/cjs/__generated__/format-clear.d.ts +0 -4
- package/lib/cjs/__generated__/format-clear.d.ts.map +0 -1
- package/lib/cjs/__generated__/index.d.ts.map +0 -1
- package/lib/cjs/__generated__/subscript.d.ts +0 -4
- package/lib/cjs/__generated__/subscript.d.ts.map +0 -1
- package/lib/cjs/__generated__/superscript.d.ts +0 -4
- package/lib/cjs/__generated__/superscript.d.ts.map +0 -1
- package/lib/cjs/align-content-center.d.ts +0 -4
- package/lib/cjs/align-content-center.d.ts.map +0 -1
- package/lib/cjs/align-content-end.d.ts +0 -4
- package/lib/cjs/align-content-end.d.ts.map +0 -1
- package/lib/cjs/align-content-space-around.d.ts +0 -4
- package/lib/cjs/align-content-space-around.d.ts.map +0 -1
- package/lib/cjs/align-content-space-between.d.ts +0 -4
- package/lib/cjs/align-content-space-between.d.ts.map +0 -1
- package/lib/cjs/align-content-start.d.ts +0 -4
- package/lib/cjs/align-content-start.d.ts.map +0 -1
- package/lib/cjs/align-content-stretch.d.ts +0 -4
- package/lib/cjs/align-content-stretch.d.ts.map +0 -1
- package/lib/cjs/align-items-baseline.d.ts +0 -4
- package/lib/cjs/align-items-baseline.d.ts.map +0 -1
- package/lib/cjs/align-items-center.d.ts +0 -4
- package/lib/cjs/align-items-center.d.ts.map +0 -1
- package/lib/cjs/align-items-end.d.ts +0 -4
- package/lib/cjs/align-items-end.d.ts.map +0 -1
- package/lib/cjs/align-items-start.d.ts +0 -4
- package/lib/cjs/align-items-start.d.ts.map +0 -1
- package/lib/cjs/align-items-stretch.d.ts +0 -4
- package/lib/cjs/align-items-stretch.d.ts.map +0 -1
- package/lib/cjs/align-self-baseline.d.ts +0 -4
- package/lib/cjs/align-self-baseline.d.ts.map +0 -1
- package/lib/cjs/align-self-center.d.ts +0 -4
- package/lib/cjs/align-self-center.d.ts.map +0 -1
- package/lib/cjs/align-self-end.d.ts +0 -4
- package/lib/cjs/align-self-end.d.ts.map +0 -1
- package/lib/cjs/align-self-start.d.ts +0 -4
- package/lib/cjs/align-self-start.d.ts.map +0 -1
- package/lib/cjs/align-self-stretch.d.ts +0 -4
- package/lib/cjs/align-self-stretch.d.ts.map +0 -1
- package/lib/cjs/aspect-ratio.d.ts +0 -4
- package/lib/cjs/aspect-ratio.d.ts.map +0 -1
- package/lib/cjs/body.d.ts +0 -4
- package/lib/cjs/body.d.ts.map +0 -1
- package/lib/cjs/brush.d.ts +0 -4
- package/lib/cjs/brush.d.ts.map +0 -1
- package/lib/cjs/chevron-double-down.d.ts +0 -4
- package/lib/cjs/chevron-double-down.d.ts.map +0 -1
- package/lib/cjs/chevron-double-left.d.ts +0 -4
- package/lib/cjs/chevron-double-left.d.ts.map +0 -1
- package/lib/cjs/chevron-double-right.d.ts +0 -4
- package/lib/cjs/chevron-double-right.d.ts.map +0 -1
- package/lib/cjs/chevron-double-up.d.ts +0 -4
- package/lib/cjs/chevron-double-up.d.ts.map +0 -1
- package/lib/cjs/chevron-down.d.ts +0 -4
- package/lib/cjs/chevron-down.d.ts.map +0 -1
- package/lib/cjs/chevron-left.d.ts +0 -4
- package/lib/cjs/chevron-left.d.ts.map +0 -1
- package/lib/cjs/chevron-right.d.ts +0 -4
- package/lib/cjs/chevron-right.d.ts.map +0 -1
- package/lib/cjs/chevron-up.d.ts +0 -4
- package/lib/cjs/chevron-up.d.ts.map +0 -1
- package/lib/cjs/cloud.d.ts +0 -4
- package/lib/cjs/cloud.d.ts.map +0 -1
- package/lib/cjs/copy.d.ts +0 -4
- package/lib/cjs/copy.d.ts.map +0 -1
- package/lib/cjs/cross-circled-filled.d.ts +0 -4
- package/lib/cjs/cross-circled-filled.d.ts.map +0 -1
- package/lib/cjs/cross-large.d.ts +0 -4
- package/lib/cjs/cross-large.d.ts.map +0 -1
- package/lib/cjs/cross-small.d.ts +0 -4
- package/lib/cjs/cross-small.d.ts.map +0 -1
- package/lib/cjs/cross.d.ts +0 -4
- package/lib/cjs/cross.d.ts.map +0 -1
- package/lib/cjs/devices.d.ts +0 -4
- package/lib/cjs/devices.d.ts.map +0 -1
- package/lib/cjs/ellipses.d.ts +0 -4
- package/lib/cjs/ellipses.d.ts.map +0 -1
- package/lib/cjs/external-link.d.ts +0 -4
- package/lib/cjs/external-link.d.ts.map +0 -1
- package/lib/cjs/flex-direction-column-reverse.d.ts +0 -4
- package/lib/cjs/flex-direction-column-reverse.d.ts.map +0 -1
- package/lib/cjs/flex-direction-column.d.ts +0 -4
- package/lib/cjs/flex-direction-column.d.ts.map +0 -1
- package/lib/cjs/flex-direction-row-reverse.d.ts +0 -4
- package/lib/cjs/flex-direction-row-reverse.d.ts.map +0 -1
- package/lib/cjs/flex-direction-row.d.ts +0 -4
- package/lib/cjs/flex-direction-row.d.ts.map +0 -1
- package/lib/cjs/flex-sizing-grow.d.ts +0 -4
- package/lib/cjs/flex-sizing-grow.d.ts.map +0 -1
- package/lib/cjs/flex-sizing-shrink.d.ts +0 -4
- package/lib/cjs/flex-sizing-shrink.d.ts.map +0 -1
- package/lib/cjs/flex-wrap-no-wrap.d.ts +0 -4
- package/lib/cjs/flex-wrap-no-wrap.d.ts.map +0 -1
- package/lib/cjs/flex-wrap-wrap-reverse.d.ts +0 -4
- package/lib/cjs/flex-wrap-wrap-reverse.d.ts.map +0 -1
- package/lib/cjs/flex-wrap-wrap.d.ts +0 -4
- package/lib/cjs/flex-wrap-wrap.d.ts.map +0 -1
- package/lib/cjs/form.d.ts +0 -4
- package/lib/cjs/form.d.ts.map +0 -1
- package/lib/cjs/gap-column.d.ts +0 -4
- package/lib/cjs/gap-column.d.ts.map +0 -1
- package/lib/cjs/gap-row.d.ts +0 -4
- package/lib/cjs/gap-row.d.ts.map +0 -1
- package/lib/cjs/gear.d.ts +0 -9
- package/lib/cjs/gear.d.ts.map +0 -1
- package/lib/cjs/github.d.ts +0 -4
- package/lib/cjs/github.d.ts.map +0 -1
- package/lib/cjs/google.d.ts +0 -4
- package/lib/cjs/google.d.ts.map +0 -1
- package/lib/cjs/index.d.ts.map +0 -1
- package/lib/cjs/index.stories.cjs +0 -62
- package/lib/cjs/index.stories.d.ts +0 -8
- package/lib/cjs/index.stories.d.ts.map +0 -1
- package/lib/cjs/justify-content-center.d.ts +0 -4
- package/lib/cjs/justify-content-center.d.ts.map +0 -1
- package/lib/cjs/justify-content-end.d.ts +0 -4
- package/lib/cjs/justify-content-end.d.ts.map +0 -1
- package/lib/cjs/justify-content-space-around.d.ts +0 -4
- package/lib/cjs/justify-content-space-around.d.ts.map +0 -1
- package/lib/cjs/justify-content-space-between.d.ts +0 -4
- package/lib/cjs/justify-content-space-between.d.ts.map +0 -1
- package/lib/cjs/justify-content-start.d.ts +0 -4
- package/lib/cjs/justify-content-start.d.ts.map +0 -1
- package/lib/cjs/justify-items-center.d.ts +0 -4
- package/lib/cjs/justify-items-center.d.ts.map +0 -1
- package/lib/cjs/justify-items-end.d.ts +0 -4
- package/lib/cjs/justify-items-end.d.ts.map +0 -1
- package/lib/cjs/justify-items-space-around.d.ts +0 -4
- package/lib/cjs/justify-items-space-around.d.ts.map +0 -1
- package/lib/cjs/justify-items-space-between.d.ts +0 -4
- package/lib/cjs/justify-items-space-between.d.ts.map +0 -1
- package/lib/cjs/justify-items-start.d.ts +0 -4
- package/lib/cjs/justify-items-start.d.ts.map +0 -1
- package/lib/cjs/legacy.d.ts +0 -2
- package/lib/cjs/legacy.d.ts.map +0 -1
- package/lib/cjs/list-nested.d.ts +0 -4
- package/lib/cjs/list-nested.d.ts.map +0 -1
- package/lib/cjs/lock-close.d.ts +0 -4
- package/lib/cjs/lock-close.d.ts.map +0 -1
- package/lib/cjs/lock-open.d.ts +0 -4
- package/lib/cjs/lock-open.d.ts.map +0 -1
- package/lib/cjs/magnifying-glass.d.ts +0 -4
- package/lib/cjs/magnifying-glass.d.ts.map +0 -1
- package/lib/cjs/menu.d.ts +0 -4
- package/lib/cjs/menu.d.ts.map +0 -1
- package/lib/cjs/new-folder.d.ts +0 -4
- package/lib/cjs/new-folder.d.ts.map +0 -1
- package/lib/cjs/new-page.d.ts +0 -4
- package/lib/cjs/new-page.d.ts.map +0 -1
- package/lib/cjs/order-first.d.ts +0 -4
- package/lib/cjs/order-first.d.ts.map +0 -1
- package/lib/cjs/order-last.d.ts +0 -4
- package/lib/cjs/order-last.d.ts.map +0 -1
- package/lib/cjs/page.d.ts +0 -4
- package/lib/cjs/page.d.ts.map +0 -1
- package/lib/cjs/redo.d.ts +0 -4
- package/lib/cjs/redo.d.ts.map +0 -1
- package/lib/cjs/size.d.ts +0 -4
- package/lib/cjs/size.d.ts.map +0 -1
- package/lib/cjs/tablet.d.ts +0 -4
- package/lib/cjs/tablet.d.ts.map +0 -1
- package/lib/cjs/text-align-center.d.ts +0 -4
- package/lib/cjs/text-align-center.d.ts.map +0 -1
- package/lib/cjs/text-align-justify.d.ts +0 -4
- package/lib/cjs/text-align-justify.d.ts.map +0 -1
- package/lib/cjs/text-align-left.d.ts +0 -4
- package/lib/cjs/text-align-left.d.ts.map +0 -1
- package/lib/cjs/text-align-right.d.ts +0 -4
- package/lib/cjs/text-align-right.d.ts.map +0 -1
- package/lib/cjs/text-capitalize.d.ts +0 -4
- package/lib/cjs/text-capitalize.d.ts.map +0 -1
- package/lib/cjs/text-direction-ltr.d.ts +0 -4
- package/lib/cjs/text-direction-ltr.d.ts.map +0 -1
- package/lib/cjs/text-direction-rtl.d.ts +0 -4
- package/lib/cjs/text-direction-rtl.d.ts.map +0 -1
- package/lib/cjs/text-hyphen.d.ts +0 -4
- package/lib/cjs/text-hyphen.d.ts.map +0 -1
- package/lib/cjs/text-italic.d.ts +0 -4
- package/lib/cjs/text-italic.d.ts.map +0 -1
- package/lib/cjs/text-lowercase.d.ts +0 -4
- package/lib/cjs/text-lowercase.d.ts.map +0 -1
- package/lib/cjs/text-strikethrough.d.ts +0 -4
- package/lib/cjs/text-strikethrough.d.ts.map +0 -1
- package/lib/cjs/text-truncate.d.ts +0 -4
- package/lib/cjs/text-truncate.d.ts.map +0 -1
- package/lib/cjs/text-underline.d.ts +0 -4
- package/lib/cjs/text-underline.d.ts.map +0 -1
- package/lib/cjs/text-uppercase.d.ts +0 -4
- package/lib/cjs/text-uppercase.d.ts.map +0 -1
- package/lib/cjs/trash.d.ts +0 -4
- package/lib/cjs/trash.d.ts.map +0 -1
- package/lib/cjs/types.d.ts +0 -9
- package/lib/cjs/types.d.ts.map +0 -1
- package/lib/cjs/undo.d.ts +0 -4
- package/lib/cjs/undo.d.ts.map +0 -1
- package/lib/cjs/upload.d.ts +0 -4
- package/lib/cjs/upload.d.ts.map +0 -1
- package/lib/cloud.d.ts +0 -4
- package/lib/cloud.d.ts.map +0 -1
- package/lib/copy.d.ts +0 -4
- package/lib/copy.d.ts.map +0 -1
- package/lib/cross-circled-filled.d.ts +0 -4
- package/lib/cross-circled-filled.d.ts.map +0 -1
- package/lib/cross-large.d.ts +0 -4
- package/lib/cross-large.d.ts.map +0 -1
- package/lib/cross-small.d.ts +0 -4
- package/lib/cross-small.d.ts.map +0 -1
- package/lib/cross.d.ts +0 -4
- package/lib/cross.d.ts.map +0 -1
- package/lib/devices.d.ts +0 -4
- package/lib/devices.d.ts.map +0 -1
- package/lib/ellipses.d.ts +0 -4
- package/lib/ellipses.d.ts.map +0 -1
- package/lib/external-link.d.ts +0 -4
- package/lib/external-link.d.ts.map +0 -1
- package/lib/flex-direction-column-reverse.d.ts +0 -4
- package/lib/flex-direction-column-reverse.d.ts.map +0 -1
- package/lib/flex-direction-column.d.ts +0 -4
- package/lib/flex-direction-column.d.ts.map +0 -1
- package/lib/flex-direction-row-reverse.d.ts +0 -4
- package/lib/flex-direction-row-reverse.d.ts.map +0 -1
- package/lib/flex-direction-row.d.ts +0 -4
- package/lib/flex-direction-row.d.ts.map +0 -1
- package/lib/flex-sizing-grow.d.ts +0 -4
- package/lib/flex-sizing-grow.d.ts.map +0 -1
- package/lib/flex-sizing-shrink.d.ts +0 -4
- package/lib/flex-sizing-shrink.d.ts.map +0 -1
- package/lib/flex-wrap-no-wrap.d.ts +0 -4
- package/lib/flex-wrap-no-wrap.d.ts.map +0 -1
- package/lib/flex-wrap-wrap-reverse.d.ts +0 -4
- package/lib/flex-wrap-wrap-reverse.d.ts.map +0 -1
- package/lib/flex-wrap-wrap.d.ts +0 -4
- package/lib/flex-wrap-wrap.d.ts.map +0 -1
- package/lib/form.d.ts +0 -4
- package/lib/form.d.ts.map +0 -1
- package/lib/gap-column.d.ts +0 -4
- package/lib/gap-column.d.ts.map +0 -1
- package/lib/gap-row.d.ts +0 -4
- package/lib/gap-row.d.ts.map +0 -1
- package/lib/gear.d.ts +0 -9
- package/lib/gear.d.ts.map +0 -1
- package/lib/github.d.ts +0 -4
- package/lib/github.d.ts.map +0 -1
- package/lib/google.d.ts +0 -4
- package/lib/google.d.ts.map +0 -1
- package/lib/index.d.ts +0 -94
- package/lib/index.d.ts.map +0 -1
- package/lib/index.stories.d.ts +0 -8
- package/lib/index.stories.d.ts.map +0 -1
- package/lib/index.stories.js +0 -35
- package/lib/justify-content-center.d.ts +0 -4
- package/lib/justify-content-center.d.ts.map +0 -1
- package/lib/justify-content-end.d.ts +0 -4
- package/lib/justify-content-end.d.ts.map +0 -1
- package/lib/justify-content-space-around.d.ts +0 -4
- package/lib/justify-content-space-around.d.ts.map +0 -1
- package/lib/justify-content-space-between.d.ts +0 -4
- package/lib/justify-content-space-between.d.ts.map +0 -1
- package/lib/justify-content-start.d.ts +0 -4
- package/lib/justify-content-start.d.ts.map +0 -1
- package/lib/justify-items-center.d.ts +0 -4
- package/lib/justify-items-center.d.ts.map +0 -1
- package/lib/justify-items-end.d.ts +0 -4
- package/lib/justify-items-end.d.ts.map +0 -1
- package/lib/justify-items-space-around.d.ts +0 -4
- package/lib/justify-items-space-around.d.ts.map +0 -1
- package/lib/justify-items-space-between.d.ts +0 -4
- package/lib/justify-items-space-between.d.ts.map +0 -1
- package/lib/justify-items-start.d.ts +0 -4
- package/lib/justify-items-start.d.ts.map +0 -1
- package/lib/legacy.d.ts +0 -2
- package/lib/legacy.d.ts.map +0 -1
- package/lib/list-nested.d.ts +0 -4
- package/lib/list-nested.d.ts.map +0 -1
- package/lib/lock-close.d.ts +0 -4
- package/lib/lock-close.d.ts.map +0 -1
- package/lib/lock-open.d.ts +0 -4
- package/lib/lock-open.d.ts.map +0 -1
- package/lib/magnifying-glass.d.ts +0 -4
- package/lib/magnifying-glass.d.ts.map +0 -1
- package/lib/menu.d.ts +0 -4
- package/lib/menu.d.ts.map +0 -1
- package/lib/new-folder.d.ts +0 -4
- package/lib/new-folder.d.ts.map +0 -1
- package/lib/new-page.d.ts +0 -4
- package/lib/new-page.d.ts.map +0 -1
- package/lib/order-first.d.ts +0 -4
- package/lib/order-first.d.ts.map +0 -1
- package/lib/order-last.d.ts +0 -4
- package/lib/order-last.d.ts.map +0 -1
- package/lib/page.d.ts +0 -4
- package/lib/page.d.ts.map +0 -1
- package/lib/redo.d.ts +0 -4
- package/lib/redo.d.ts.map +0 -1
- package/lib/size.d.ts +0 -4
- package/lib/size.d.ts.map +0 -1
- package/lib/tablet.d.ts +0 -4
- package/lib/tablet.d.ts.map +0 -1
- package/lib/text-align-center.d.ts +0 -4
- package/lib/text-align-center.d.ts.map +0 -1
- package/lib/text-align-justify.d.ts +0 -4
- package/lib/text-align-justify.d.ts.map +0 -1
- package/lib/text-align-left.d.ts +0 -4
- package/lib/text-align-left.d.ts.map +0 -1
- package/lib/text-align-right.d.ts +0 -4
- package/lib/text-align-right.d.ts.map +0 -1
- package/lib/text-capitalize.d.ts +0 -4
- package/lib/text-capitalize.d.ts.map +0 -1
- package/lib/text-direction-ltr.d.ts +0 -4
- package/lib/text-direction-ltr.d.ts.map +0 -1
- package/lib/text-direction-rtl.d.ts +0 -4
- package/lib/text-direction-rtl.d.ts.map +0 -1
- package/lib/text-hyphen.d.ts +0 -4
- package/lib/text-hyphen.d.ts.map +0 -1
- package/lib/text-italic.d.ts +0 -4
- package/lib/text-italic.d.ts.map +0 -1
- package/lib/text-lowercase.d.ts +0 -4
- package/lib/text-lowercase.d.ts.map +0 -1
- package/lib/text-strikethrough.d.ts +0 -4
- package/lib/text-strikethrough.d.ts.map +0 -1
- package/lib/text-truncate.d.ts +0 -4
- package/lib/text-truncate.d.ts.map +0 -1
- package/lib/text-underline.d.ts +0 -4
- package/lib/text-underline.d.ts.map +0 -1
- package/lib/text-uppercase.d.ts +0 -4
- package/lib/text-uppercase.d.ts.map +0 -1
- package/lib/trash.d.ts +0 -4
- package/lib/trash.d.ts.map +0 -1
- package/lib/tsconfig.tsbuildinfo +0 -1
- package/lib/types.d.ts +0 -9
- package/lib/types.d.ts.map +0 -1
- package/lib/undo.d.ts +0 -4
- package/lib/undo.d.ts.map +0 -1
- package/lib/upload.d.ts +0 -4
- package/lib/upload.d.ts.map +0 -1
package/lib/cjs/brush.cjs
CHANGED
|
@@ -1,32 +1,51 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
|
+
mod
|
|
23
|
+
));
|
|
24
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
25
|
+
var brush_exports = {};
|
|
26
|
+
__export(brush_exports, {
|
|
27
|
+
BrushIcon: () => BrushIcon
|
|
31
28
|
});
|
|
32
|
-
exports
|
|
29
|
+
module.exports = __toCommonJS(brush_exports);
|
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
+
var React = __toESM(require("react"), 1);
|
|
32
|
+
const BrushIcon = React.forwardRef(
|
|
33
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
34
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
35
|
+
width: "15",
|
|
36
|
+
height: "15",
|
|
37
|
+
viewBox: "0 0 24 24",
|
|
38
|
+
fill: "none",
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
...props,
|
|
41
|
+
ref: forwardedRef,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
43
|
+
fill: color,
|
|
44
|
+
fillRule: "evenodd",
|
|
45
|
+
clipRule: "evenodd",
|
|
46
|
+
d: "M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm13.71-9.37-1.34-1.34a.9959.9959 0 0 0-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z"
|
|
47
|
+
})
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
);
|
|
51
|
+
BrushIcon.displayName = "BrushIcon";
|
|
@@ -1,32 +1,52 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
|
+
mod
|
|
23
|
+
));
|
|
24
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
25
|
+
var chevron_double_down_exports = {};
|
|
26
|
+
__export(chevron_double_down_exports, {
|
|
27
|
+
ChevronDoubleDownIcon: () => ChevronDoubleDownIcon
|
|
31
28
|
});
|
|
32
|
-
exports
|
|
29
|
+
module.exports = __toCommonJS(chevron_double_down_exports);
|
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
+
var React = __toESM(require("react"), 1);
|
|
32
|
+
const ChevronDoubleDownIcon = React.forwardRef(
|
|
33
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
34
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
35
|
+
width: "16",
|
|
36
|
+
height: "16",
|
|
37
|
+
viewBox: "0 0 16 16",
|
|
38
|
+
fill: "none",
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
...props,
|
|
41
|
+
ref: forwardedRef,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
43
|
+
d: "M13 2L8 7L3 2M13 9L8 14L3 9",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: "1.3",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
})
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
ChevronDoubleDownIcon.displayName = "ChevronDoubleDownIcon";
|
|
@@ -1,32 +1,52 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
|
+
mod
|
|
23
|
+
));
|
|
24
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
25
|
+
var chevron_double_left_exports = {};
|
|
26
|
+
__export(chevron_double_left_exports, {
|
|
27
|
+
ChevronDoubleLeftIcon: () => ChevronDoubleLeftIcon
|
|
31
28
|
});
|
|
32
|
-
exports
|
|
29
|
+
module.exports = __toCommonJS(chevron_double_left_exports);
|
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
+
var React = __toESM(require("react"), 1);
|
|
32
|
+
const ChevronDoubleLeftIcon = React.forwardRef(
|
|
33
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
34
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
35
|
+
width: "16",
|
|
36
|
+
height: "16",
|
|
37
|
+
viewBox: "0 0 16 16",
|
|
38
|
+
fill: "none",
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
...props,
|
|
41
|
+
ref: forwardedRef,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
43
|
+
d: "M14 13L9 8L14 3M7 13L2 8L7 3",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: "1.3",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
})
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
ChevronDoubleLeftIcon.displayName = "ChevronDoubleLeftIcon";
|
|
@@ -1,32 +1,50 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
|
+
mod
|
|
23
|
+
));
|
|
24
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
25
|
+
var chevron_double_right_exports = {};
|
|
26
|
+
__export(chevron_double_right_exports, {
|
|
27
|
+
ChevronDoubleRightIcon: () => ChevronDoubleRightIcon
|
|
28
|
+
});
|
|
29
|
+
module.exports = __toCommonJS(chevron_double_right_exports);
|
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
+
var React = __toESM(require("react"), 1);
|
|
32
|
+
const ChevronDoubleRightIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
33
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
34
|
+
width: "16",
|
|
35
|
+
height: "16",
|
|
36
|
+
viewBox: "0 0 16 16",
|
|
37
|
+
fill: "none",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
...props,
|
|
40
|
+
ref: forwardedRef,
|
|
41
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
42
|
+
d: "M2 3L7 8L2 13M9 3L14 8L9 13",
|
|
43
|
+
stroke: color,
|
|
44
|
+
strokeWidth: "1.3",
|
|
45
|
+
strokeLinecap: "round",
|
|
46
|
+
strokeLinejoin: "round"
|
|
47
|
+
})
|
|
48
|
+
});
|
|
31
49
|
});
|
|
32
|
-
|
|
50
|
+
ChevronDoubleRightIcon.displayName = "ChevronDoubleRightIcon";
|
|
@@ -1,32 +1,52 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
|
+
mod
|
|
23
|
+
));
|
|
24
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
25
|
+
var chevron_double_up_exports = {};
|
|
26
|
+
__export(chevron_double_up_exports, {
|
|
27
|
+
ChevronDoubleUpIcon: () => ChevronDoubleUpIcon
|
|
31
28
|
});
|
|
32
|
-
exports
|
|
29
|
+
module.exports = __toCommonJS(chevron_double_up_exports);
|
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
+
var React = __toESM(require("react"), 1);
|
|
32
|
+
const ChevronDoubleUpIcon = React.forwardRef(
|
|
33
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
34
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
35
|
+
width: "16",
|
|
36
|
+
height: "16",
|
|
37
|
+
viewBox: "0 0 16 16",
|
|
38
|
+
fill: "none",
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
...props,
|
|
41
|
+
ref: forwardedRef,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
43
|
+
d: "M3 14L8 9L13 14M3 7L8 2L13 7",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: "1.3",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
})
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
ChevronDoubleUpIcon.displayName = "ChevronDoubleUpIcon";
|
package/lib/cjs/chevron-down.cjs
CHANGED
|
@@ -1,32 +1,49 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
|
+
mod
|
|
23
|
+
));
|
|
24
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
25
|
+
var chevron_down_exports = {};
|
|
26
|
+
__export(chevron_down_exports, {
|
|
27
|
+
ChevronDownIcon: () => ChevronDownIcon
|
|
31
28
|
});
|
|
32
|
-
exports
|
|
29
|
+
module.exports = __toCommonJS(chevron_down_exports);
|
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
+
var React = __toESM(require("react"), 1);
|
|
32
|
+
const ChevronDownIcon = React.forwardRef(
|
|
33
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
34
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
35
|
+
width: "16",
|
|
36
|
+
height: "16",
|
|
37
|
+
viewBox: "0 0 16 16",
|
|
38
|
+
fill: "none",
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
...props,
|
|
41
|
+
ref: forwardedRef,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
43
|
+
d: "M4.04008 6.28383C4.29431 6.03037 4.70587 6.031 4.95932 6.28523L7.99985 9.33506L11.0404 6.28523C11.2938 6.031 11.7054 6.03037 11.9596 6.28383C12.2139 6.53728 12.2145 6.94884 11.961 7.20306L8.46017 10.7146C8.33822 10.837 8.17259 10.9057 7.99985 10.9057C7.82712 10.9057 7.66149 10.837 7.53953 10.7146L4.03868 7.20306C3.78523 6.94884 3.78585 6.53728 4.04008 6.28383Z",
|
|
44
|
+
fill: color
|
|
45
|
+
})
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
ChevronDownIcon.displayName = "ChevronDownIcon";
|
package/lib/cjs/chevron-left.cjs
CHANGED
|
@@ -1,32 +1,51 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
|
+
mod
|
|
23
|
+
));
|
|
24
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
25
|
+
var chevron_left_exports = {};
|
|
26
|
+
__export(chevron_left_exports, {
|
|
27
|
+
ChevronLeftIcon: () => ChevronLeftIcon
|
|
31
28
|
});
|
|
32
|
-
exports
|
|
29
|
+
module.exports = __toCommonJS(chevron_left_exports);
|
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
+
var React = __toESM(require("react"), 1);
|
|
32
|
+
const ChevronLeftIcon = React.forwardRef(
|
|
33
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
34
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
35
|
+
width: "16",
|
|
36
|
+
height: "16",
|
|
37
|
+
viewBox: "0 0 16 16",
|
|
38
|
+
fill: "none",
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
...props,
|
|
41
|
+
ref: forwardedRef,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
43
|
+
fillRule: "evenodd",
|
|
44
|
+
clipRule: "evenodd",
|
|
45
|
+
d: "M9.7162 4.04011C9.96966 4.29434 9.96903 4.7059 9.7148 4.95935L6.66497 7.99988L9.7148 11.0404C9.96903 11.2939 9.96966 11.7054 9.7162 11.9597C9.46275 12.2139 9.05119 12.2145 8.79697 11.9611L5.28541 8.4602C5.16308 8.33825 5.09432 8.17262 5.09432 7.99988C5.09432 7.82715 5.16308 7.66152 5.28541 7.53956L8.79697 4.03871C9.05119 3.78526 9.46275 3.78588 9.7162 4.04011Z",
|
|
46
|
+
fill: color
|
|
47
|
+
})
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
);
|
|
51
|
+
ChevronLeftIcon.displayName = "ChevronLeftIcon";
|