@webstudio-is/icons 0.51.0 → 0.53.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__/alert.js +3 -3
- package/lib/__generated__/attachment.js +11 -0
- package/lib/__generated__/body.js +11 -0
- package/lib/__generated__/bold.js +11 -0
- package/lib/__generated__/button-element.js +11 -0
- package/lib/__generated__/email.js +11 -0
- package/lib/__generated__/external-link.js +11 -0
- package/lib/__generated__/form-text-field.js +11 -0
- package/lib/__generated__/form.js +11 -0
- package/lib/__generated__/heading.js +11 -0
- package/lib/__generated__/image.js +11 -0
- package/lib/__generated__/index.js +17 -0
- package/lib/__generated__/link.js +11 -0
- package/lib/__generated__/page.js +11 -0
- package/lib/__generated__/paint-brush.js +11 -0
- package/lib/__generated__/phone.js +11 -0
- package/lib/__generated__/section-link.js +11 -0
- package/lib/__generated__/subscript.js +5 -2
- package/lib/__generated__/superscript.js +5 -2
- package/lib/__generated__/text-block.js +11 -0
- package/lib/__generated__/text-italic.js +11 -0
- package/lib/cjs/__generated__/{alert.cjs → alert.js} +3 -3
- package/lib/cjs/__generated__/attachment.js +31 -0
- package/lib/cjs/__generated__/body.js +31 -0
- package/lib/cjs/__generated__/bold.js +31 -0
- package/lib/cjs/__generated__/button-element.js +31 -0
- package/lib/cjs/__generated__/email.js +31 -0
- package/lib/cjs/__generated__/external-link.js +31 -0
- package/lib/cjs/__generated__/form-text-field.js +31 -0
- package/lib/cjs/__generated__/form.js +31 -0
- package/lib/cjs/__generated__/heading.js +31 -0
- package/lib/cjs/__generated__/image.js +31 -0
- package/lib/cjs/__generated__/{index.cjs → index.js} +17 -0
- package/lib/cjs/__generated__/link.js +31 -0
- package/lib/cjs/__generated__/page.js +31 -0
- package/lib/cjs/__generated__/paint-brush.js +31 -0
- package/lib/cjs/__generated__/phone.js +31 -0
- package/lib/cjs/__generated__/section-link.js +31 -0
- package/lib/cjs/__generated__/subscript.js +34 -0
- package/lib/cjs/__generated__/superscript.js +34 -0
- package/lib/cjs/__generated__/text-block.js +31 -0
- package/lib/cjs/__generated__/text-italic.js +31 -0
- package/lib/cjs/{index.cjs → index.js} +0 -6
- package/lib/cjs/package.json +1 -0
- package/lib/index.js +0 -6
- package/lib/types/__generated__/alert.d.ts +3 -0
- package/lib/types/__generated__/attachment.d.ts +3 -0
- package/lib/types/__generated__/auto-scroll.d.ts +3 -0
- package/lib/types/__generated__/blockquote.d.ts +3 -0
- package/lib/types/__generated__/body.d.ts +3 -0
- package/lib/types/__generated__/bold.d.ts +3 -0
- package/lib/types/__generated__/border-radius-bottom-left.d.ts +3 -0
- package/lib/types/__generated__/border-radius-bottom-right.d.ts +3 -0
- package/lib/types/__generated__/border-radius-individual.d.ts +3 -0
- package/lib/types/__generated__/border-radius-top-left.d.ts +3 -0
- package/lib/types/__generated__/border-radius-top-right.d.ts +3 -0
- package/lib/types/__generated__/border-radius.d.ts +3 -0
- package/lib/types/__generated__/border-width-bottom.d.ts +3 -0
- package/lib/types/__generated__/border-width-individual.d.ts +3 -0
- package/lib/types/__generated__/border-width-left.d.ts +3 -0
- package/lib/types/__generated__/border-width-right.d.ts +3 -0
- package/lib/types/__generated__/border-width-top.d.ts +3 -0
- package/lib/types/__generated__/box-link.d.ts +3 -0
- package/lib/types/__generated__/box.d.ts +3 -0
- package/lib/types/__generated__/button-element.d.ts +3 -0
- package/lib/types/__generated__/checkbox-checked-filled.d.ts +3 -0
- package/lib/types/__generated__/checkbox-empty.d.ts +3 -0
- package/lib/types/__generated__/checkbox-mixed-filled.d.ts +3 -0
- package/lib/types/__generated__/chevron-big-down.d.ts +3 -0
- package/lib/types/__generated__/chevron-big-left.d.ts +3 -0
- package/lib/types/__generated__/chevron-big-right.d.ts +3 -0
- package/lib/types/__generated__/chevron-big-up.d.ts +3 -0
- package/lib/types/__generated__/chevron-filled-down.d.ts +3 -0
- package/lib/types/__generated__/chevron-filled-left.d.ts +3 -0
- package/lib/types/__generated__/chevron-filled-right.d.ts +3 -0
- package/lib/types/__generated__/chevron-filled-up.d.ts +3 -0
- package/lib/types/__generated__/code.d.ts +3 -0
- package/lib/types/__generated__/commit.d.ts +3 -0
- package/lib/types/__generated__/dash-border.d.ts +3 -0
- package/lib/types/__generated__/dash.d.ts +3 -0
- package/lib/types/__generated__/dashed-border.d.ts +3 -0
- package/lib/types/__generated__/div.d.ts +3 -0
- package/lib/types/__generated__/dot.d.ts +3 -0
- package/lib/types/__generated__/dotted-border.d.ts +3 -0
- package/lib/types/__generated__/drag-handle.d.ts +3 -0
- package/lib/types/__generated__/email.d.ts +3 -0
- package/lib/types/__generated__/external-link.d.ts +3 -0
- package/lib/types/__generated__/eyecon-closed.d.ts +3 -0
- package/lib/types/__generated__/eyecon-open.d.ts +3 -0
- package/lib/types/__generated__/form-text-field.d.ts +3 -0
- package/lib/types/__generated__/form.d.ts +3 -0
- package/lib/types/__generated__/github.d.ts +3 -0
- package/lib/types/__generated__/google.d.ts +3 -0
- package/lib/types/__generated__/hamburger-menu.d.ts +3 -0
- package/lib/types/__generated__/heading.d.ts +3 -0
- package/lib/types/__generated__/image.d.ts +3 -0
- package/lib/types/__generated__/index.d.ts +79 -0
- package/lib/types/__generated__/info.d.ts +3 -0
- package/lib/types/__generated__/information.d.ts +3 -0
- package/lib/types/__generated__/link.d.ts +3 -0
- package/lib/types/__generated__/linked.d.ts +3 -0
- package/lib/types/__generated__/list-item.d.ts +3 -0
- package/lib/types/__generated__/list.d.ts +3 -0
- package/lib/types/__generated__/offline.d.ts +3 -0
- package/lib/types/__generated__/page.d.ts +3 -0
- package/lib/types/__generated__/paint-brush.d.ts +3 -0
- package/lib/types/__generated__/phone.d.ts +3 -0
- package/lib/types/__generated__/play.d.ts +3 -0
- package/lib/types/__generated__/plus.d.ts +3 -0
- package/lib/types/__generated__/radio-checked.d.ts +3 -0
- package/lib/types/__generated__/radio-unchecked.d.ts +3 -0
- package/lib/types/__generated__/repeat-column.d.ts +3 -0
- package/lib/types/__generated__/repeat-grid.d.ts +3 -0
- package/lib/types/__generated__/repeat-row.d.ts +3 -0
- package/lib/types/__generated__/scroll.d.ts +3 -0
- package/lib/types/__generated__/section-link.d.ts +3 -0
- package/lib/types/__generated__/slot-component.d.ts +3 -0
- package/lib/types/__generated__/small-x.d.ts +3 -0
- package/lib/types/__generated__/subscript.d.ts +3 -0
- package/lib/types/__generated__/subtract.d.ts +3 -0
- package/lib/types/__generated__/superscript.d.ts +3 -0
- package/lib/types/__generated__/text-block.d.ts +3 -0
- package/lib/types/__generated__/text-italic.d.ts +3 -0
- package/lib/types/__generated__/unlinked.d.ts +3 -0
- package/lib/types/__generated__/webstudio.d.ts +3 -0
- package/lib/types/align-content-center.d.ts +3 -0
- package/lib/types/align-content-end.d.ts +3 -0
- package/lib/types/align-content-space-around.d.ts +3 -0
- package/lib/types/align-content-space-between.d.ts +3 -0
- package/lib/types/align-content-start.d.ts +3 -0
- package/lib/types/align-content-stretch.d.ts +3 -0
- package/lib/types/align-items-baseline.d.ts +3 -0
- package/lib/types/align-items-center.d.ts +3 -0
- package/lib/types/align-items-end.d.ts +3 -0
- package/lib/types/align-items-start.d.ts +3 -0
- package/lib/types/align-items-stretch.d.ts +3 -0
- package/lib/types/align-self-baseline.d.ts +3 -0
- package/lib/types/align-self-center.d.ts +3 -0
- package/lib/types/align-self-end.d.ts +3 -0
- package/lib/types/align-self-start.d.ts +3 -0
- package/lib/types/align-self-stretch.d.ts +3 -0
- package/lib/types/aspect-ratio.d.ts +3 -0
- package/lib/types/check-mark.d.ts +3 -0
- package/lib/types/chevron-double-down.d.ts +3 -0
- package/lib/types/chevron-double-left.d.ts +3 -0
- package/lib/types/chevron-double-right.d.ts +3 -0
- package/lib/types/chevron-double-up.d.ts +3 -0
- package/lib/types/chevron-down.d.ts +3 -0
- package/lib/types/chevron-left.d.ts +3 -0
- package/lib/types/chevron-right.d.ts +3 -0
- package/lib/types/chevron-up.d.ts +3 -0
- package/lib/types/cloud.d.ts +3 -0
- package/lib/types/copy.d.ts +3 -0
- package/lib/types/cross-circled-filled.d.ts +3 -0
- package/lib/types/cross-large.d.ts +3 -0
- package/lib/types/cross-small.d.ts +3 -0
- package/lib/types/cross.d.ts +3 -0
- package/lib/types/devices.d.ts +3 -0
- package/lib/types/ellipses.d.ts +3 -0
- package/lib/types/flex-direction-column-reverse.d.ts +3 -0
- package/lib/types/flex-direction-column.d.ts +3 -0
- package/lib/types/flex-direction-row-reverse.d.ts +3 -0
- package/lib/types/flex-direction-row.d.ts +3 -0
- package/lib/types/flex-sizing-grow.d.ts +3 -0
- package/lib/types/flex-sizing-shrink.d.ts +3 -0
- package/lib/types/flex-wrap-no-wrap.d.ts +3 -0
- package/lib/types/flex-wrap-wrap-reverse.d.ts +3 -0
- package/lib/types/flex-wrap-wrap.d.ts +3 -0
- package/lib/types/gap-column.d.ts +3 -0
- package/lib/types/gap-row.d.ts +3 -0
- package/lib/types/gear.d.ts +8 -0
- package/lib/types/index.d.ts +83 -0
- package/lib/types/index.stories.d.ts +17 -0
- package/lib/types/justify-content-center.d.ts +3 -0
- package/lib/types/justify-content-end.d.ts +3 -0
- package/lib/types/justify-content-space-around.d.ts +3 -0
- package/lib/types/justify-content-space-between.d.ts +3 -0
- package/lib/types/justify-content-start.d.ts +3 -0
- package/lib/types/justify-items-center.d.ts +3 -0
- package/lib/types/justify-items-end.d.ts +3 -0
- package/lib/types/justify-items-space-around.d.ts +3 -0
- package/lib/types/justify-items-space-between.d.ts +3 -0
- package/lib/types/justify-items-start.d.ts +3 -0
- package/lib/types/list-nested.d.ts +3 -0
- package/lib/types/magnifying-glass.d.ts +3 -0
- package/lib/types/menu.d.ts +3 -0
- package/lib/types/new-folder.d.ts +3 -0
- package/lib/types/new-page.d.ts +3 -0
- package/lib/types/order-first.d.ts +3 -0
- package/lib/types/order-last.d.ts +3 -0
- package/lib/types/redo.d.ts +3 -0
- package/lib/types/size.d.ts +3 -0
- package/lib/types/text-align-center.d.ts +3 -0
- package/lib/types/text-align-justify.d.ts +3 -0
- package/lib/types/text-align-left.d.ts +3 -0
- package/lib/types/text-align-right.d.ts +3 -0
- package/lib/types/text-capitalize.d.ts +3 -0
- package/lib/types/text-direction-ltr.d.ts +3 -0
- package/lib/types/text-direction-rtl.d.ts +3 -0
- package/lib/types/text-hyphen.d.ts +3 -0
- package/lib/types/text-lowercase.d.ts +3 -0
- package/lib/types/text-strikethrough.d.ts +3 -0
- package/lib/types/text-truncate.d.ts +3 -0
- package/lib/types/text-underline.d.ts +3 -0
- package/lib/types/text-uppercase.d.ts +3 -0
- package/lib/types/trash.d.ts +3 -0
- package/lib/types/types.d.ts +9 -0
- package/lib/types/undo.d.ts +3 -0
- package/lib/types/upload.d.ts +3 -0
- package/package.json +6 -6
- package/src/__generated__/alert.tsx +1 -1
- package/src/__generated__/attachment.tsx +15 -0
- package/src/__generated__/body.tsx +15 -0
- package/src/__generated__/bold.tsx +15 -0
- package/src/__generated__/button-element.tsx +15 -0
- package/src/__generated__/email.tsx +15 -0
- package/src/__generated__/external-link.tsx +15 -0
- package/src/__generated__/form-text-field.tsx +15 -0
- package/src/__generated__/form.tsx +15 -0
- package/src/__generated__/heading.tsx +15 -0
- package/src/__generated__/image.tsx +15 -0
- package/src/__generated__/index.ts +17 -0
- package/src/__generated__/link.tsx +15 -0
- package/src/__generated__/page.tsx +15 -0
- package/src/__generated__/paint-brush.tsx +15 -0
- package/src/__generated__/phone.tsx +15 -0
- package/src/__generated__/section-link.tsx +15 -0
- package/src/__generated__/subscript.tsx +1 -1
- package/src/__generated__/superscript.tsx +1 -1
- package/src/__generated__/text-block.tsx +15 -0
- package/src/__generated__/text-italic.tsx +15 -0
- package/src/index.stories.tsx +0 -2
- package/src/index.ts +0 -6
- package/lib/body.js +0 -30
- package/lib/brush.js +0 -31
- package/lib/cjs/__generated__/subscript.cjs +0 -31
- package/lib/cjs/__generated__/superscript.cjs +0 -31
- package/lib/cjs/body.cjs +0 -60
- package/lib/cjs/brush.cjs +0 -61
- package/lib/cjs/external-link.cjs +0 -61
- package/lib/cjs/form.cjs +0 -61
- package/lib/cjs/legacy.cjs +0 -42
- package/lib/cjs/page.cjs +0 -62
- package/lib/cjs/text-italic.cjs +0 -62
- package/lib/external-link.js +0 -31
- package/lib/form.js +0 -31
- package/lib/legacy.js +0 -42
- package/lib/page.js +0 -32
- package/lib/text-italic.js +0 -32
- package/src/body.tsx +0 -26
- package/src/brush.tsx +0 -27
- package/src/external-link.tsx +0 -27
- package/src/form.tsx +0 -27
- package/src/legacy.ts +0 -21
- package/src/page.tsx +0 -28
- package/src/text-italic.tsx +0 -27
- /package/lib/cjs/__generated__/{auto-scroll.cjs → auto-scroll.js} +0 -0
- /package/lib/cjs/__generated__/{blockquote.cjs → blockquote.js} +0 -0
- /package/lib/cjs/__generated__/{border-radius-bottom-left.cjs → border-radius-bottom-left.js} +0 -0
- /package/lib/cjs/__generated__/{border-radius-bottom-right.cjs → border-radius-bottom-right.js} +0 -0
- /package/lib/cjs/__generated__/{border-radius-individual.cjs → border-radius-individual.js} +0 -0
- /package/lib/cjs/__generated__/{border-radius-top-left.cjs → border-radius-top-left.js} +0 -0
- /package/lib/cjs/__generated__/{border-radius-top-right.cjs → border-radius-top-right.js} +0 -0
- /package/lib/cjs/__generated__/{border-radius.cjs → border-radius.js} +0 -0
- /package/lib/cjs/__generated__/{border-width-bottom.cjs → border-width-bottom.js} +0 -0
- /package/lib/cjs/__generated__/{border-width-individual.cjs → border-width-individual.js} +0 -0
- /package/lib/cjs/__generated__/{border-width-left.cjs → border-width-left.js} +0 -0
- /package/lib/cjs/__generated__/{border-width-right.cjs → border-width-right.js} +0 -0
- /package/lib/cjs/__generated__/{border-width-top.cjs → border-width-top.js} +0 -0
- /package/lib/cjs/__generated__/{box-link.cjs → box-link.js} +0 -0
- /package/lib/cjs/__generated__/{box.cjs → box.js} +0 -0
- /package/lib/cjs/__generated__/{checkbox-checked-filled.cjs → checkbox-checked-filled.js} +0 -0
- /package/lib/cjs/__generated__/{checkbox-empty.cjs → checkbox-empty.js} +0 -0
- /package/lib/cjs/__generated__/{checkbox-mixed-filled.cjs → checkbox-mixed-filled.js} +0 -0
- /package/lib/cjs/__generated__/{chevron-big-down.cjs → chevron-big-down.js} +0 -0
- /package/lib/cjs/__generated__/{chevron-big-left.cjs → chevron-big-left.js} +0 -0
- /package/lib/cjs/__generated__/{chevron-big-right.cjs → chevron-big-right.js} +0 -0
- /package/lib/cjs/__generated__/{chevron-big-up.cjs → chevron-big-up.js} +0 -0
- /package/lib/cjs/__generated__/{chevron-filled-down.cjs → chevron-filled-down.js} +0 -0
- /package/lib/cjs/__generated__/{chevron-filled-left.cjs → chevron-filled-left.js} +0 -0
- /package/lib/cjs/__generated__/{chevron-filled-right.cjs → chevron-filled-right.js} +0 -0
- /package/lib/cjs/__generated__/{chevron-filled-up.cjs → chevron-filled-up.js} +0 -0
- /package/lib/cjs/__generated__/{code.cjs → code.js} +0 -0
- /package/lib/cjs/__generated__/{commit.cjs → commit.js} +0 -0
- /package/lib/cjs/__generated__/{dash-border.cjs → dash-border.js} +0 -0
- /package/lib/cjs/__generated__/{dash.cjs → dash.js} +0 -0
- /package/lib/cjs/__generated__/{dashed-border.cjs → dashed-border.js} +0 -0
- /package/lib/cjs/__generated__/{div.cjs → div.js} +0 -0
- /package/lib/cjs/__generated__/{dot.cjs → dot.js} +0 -0
- /package/lib/cjs/__generated__/{dotted-border.cjs → dotted-border.js} +0 -0
- /package/lib/cjs/__generated__/{drag-handle.cjs → drag-handle.js} +0 -0
- /package/lib/cjs/__generated__/{eyecon-closed.cjs → eyecon-closed.js} +0 -0
- /package/lib/cjs/__generated__/{eyecon-open.cjs → eyecon-open.js} +0 -0
- /package/lib/cjs/__generated__/{github.cjs → github.js} +0 -0
- /package/lib/cjs/__generated__/{google.cjs → google.js} +0 -0
- /package/lib/cjs/__generated__/{hamburger-menu.cjs → hamburger-menu.js} +0 -0
- /package/lib/cjs/__generated__/{info.cjs → info.js} +0 -0
- /package/lib/cjs/__generated__/{information.cjs → information.js} +0 -0
- /package/lib/cjs/__generated__/{linked.cjs → linked.js} +0 -0
- /package/lib/cjs/__generated__/{list-item.cjs → list-item.js} +0 -0
- /package/lib/cjs/__generated__/{list.cjs → list.js} +0 -0
- /package/lib/cjs/__generated__/{offline.cjs → offline.js} +0 -0
- /package/lib/cjs/__generated__/{play.cjs → play.js} +0 -0
- /package/lib/cjs/__generated__/{plus.cjs → plus.js} +0 -0
- /package/lib/cjs/__generated__/{radio-checked.cjs → radio-checked.js} +0 -0
- /package/lib/cjs/__generated__/{radio-unchecked.cjs → radio-unchecked.js} +0 -0
- /package/lib/cjs/__generated__/{repeat-column.cjs → repeat-column.js} +0 -0
- /package/lib/cjs/__generated__/{repeat-grid.cjs → repeat-grid.js} +0 -0
- /package/lib/cjs/__generated__/{repeat-row.cjs → repeat-row.js} +0 -0
- /package/lib/cjs/__generated__/{scroll.cjs → scroll.js} +0 -0
- /package/lib/cjs/__generated__/{slot-component.cjs → slot-component.js} +0 -0
- /package/lib/cjs/__generated__/{small-x.cjs → small-x.js} +0 -0
- /package/lib/cjs/__generated__/{subtract.cjs → subtract.js} +0 -0
- /package/lib/cjs/__generated__/{unlinked.cjs → unlinked.js} +0 -0
- /package/lib/cjs/__generated__/{webstudio.cjs → webstudio.js} +0 -0
- /package/lib/cjs/{align-content-center.cjs → align-content-center.js} +0 -0
- /package/lib/cjs/{align-content-end.cjs → align-content-end.js} +0 -0
- /package/lib/cjs/{align-content-space-around.cjs → align-content-space-around.js} +0 -0
- /package/lib/cjs/{align-content-space-between.cjs → align-content-space-between.js} +0 -0
- /package/lib/cjs/{align-content-start.cjs → align-content-start.js} +0 -0
- /package/lib/cjs/{align-content-stretch.cjs → align-content-stretch.js} +0 -0
- /package/lib/cjs/{align-items-baseline.cjs → align-items-baseline.js} +0 -0
- /package/lib/cjs/{align-items-center.cjs → align-items-center.js} +0 -0
- /package/lib/cjs/{align-items-end.cjs → align-items-end.js} +0 -0
- /package/lib/cjs/{align-items-start.cjs → align-items-start.js} +0 -0
- /package/lib/cjs/{align-items-stretch.cjs → align-items-stretch.js} +0 -0
- /package/lib/cjs/{align-self-baseline.cjs → align-self-baseline.js} +0 -0
- /package/lib/cjs/{align-self-center.cjs → align-self-center.js} +0 -0
- /package/lib/cjs/{align-self-end.cjs → align-self-end.js} +0 -0
- /package/lib/cjs/{align-self-start.cjs → align-self-start.js} +0 -0
- /package/lib/cjs/{align-self-stretch.cjs → align-self-stretch.js} +0 -0
- /package/lib/cjs/{aspect-ratio.cjs → aspect-ratio.js} +0 -0
- /package/lib/cjs/{check-mark.cjs → check-mark.js} +0 -0
- /package/lib/cjs/{chevron-double-down.cjs → chevron-double-down.js} +0 -0
- /package/lib/cjs/{chevron-double-left.cjs → chevron-double-left.js} +0 -0
- /package/lib/cjs/{chevron-double-right.cjs → chevron-double-right.js} +0 -0
- /package/lib/cjs/{chevron-double-up.cjs → chevron-double-up.js} +0 -0
- /package/lib/cjs/{chevron-down.cjs → chevron-down.js} +0 -0
- /package/lib/cjs/{chevron-left.cjs → chevron-left.js} +0 -0
- /package/lib/cjs/{chevron-right.cjs → chevron-right.js} +0 -0
- /package/lib/cjs/{chevron-up.cjs → chevron-up.js} +0 -0
- /package/lib/cjs/{cloud.cjs → cloud.js} +0 -0
- /package/lib/cjs/{copy.cjs → copy.js} +0 -0
- /package/lib/cjs/{cross-circled-filled.cjs → cross-circled-filled.js} +0 -0
- /package/lib/cjs/{cross-large.cjs → cross-large.js} +0 -0
- /package/lib/cjs/{cross-small.cjs → cross-small.js} +0 -0
- /package/lib/cjs/{cross.cjs → cross.js} +0 -0
- /package/lib/cjs/{devices.cjs → devices.js} +0 -0
- /package/lib/cjs/{ellipses.cjs → ellipses.js} +0 -0
- /package/lib/cjs/{flex-direction-column-reverse.cjs → flex-direction-column-reverse.js} +0 -0
- /package/lib/cjs/{flex-direction-column.cjs → flex-direction-column.js} +0 -0
- /package/lib/cjs/{flex-direction-row-reverse.cjs → flex-direction-row-reverse.js} +0 -0
- /package/lib/cjs/{flex-direction-row.cjs → flex-direction-row.js} +0 -0
- /package/lib/cjs/{flex-sizing-grow.cjs → flex-sizing-grow.js} +0 -0
- /package/lib/cjs/{flex-sizing-shrink.cjs → flex-sizing-shrink.js} +0 -0
- /package/lib/cjs/{flex-wrap-no-wrap.cjs → flex-wrap-no-wrap.js} +0 -0
- /package/lib/cjs/{flex-wrap-wrap-reverse.cjs → flex-wrap-wrap-reverse.js} +0 -0
- /package/lib/cjs/{flex-wrap-wrap.cjs → flex-wrap-wrap.js} +0 -0
- /package/lib/cjs/{gap-column.cjs → gap-column.js} +0 -0
- /package/lib/cjs/{gap-row.cjs → gap-row.js} +0 -0
- /package/lib/cjs/{gear.cjs → gear.js} +0 -0
- /package/lib/cjs/{justify-content-center.cjs → justify-content-center.js} +0 -0
- /package/lib/cjs/{justify-content-end.cjs → justify-content-end.js} +0 -0
- /package/lib/cjs/{justify-content-space-around.cjs → justify-content-space-around.js} +0 -0
- /package/lib/cjs/{justify-content-space-between.cjs → justify-content-space-between.js} +0 -0
- /package/lib/cjs/{justify-content-start.cjs → justify-content-start.js} +0 -0
- /package/lib/cjs/{justify-items-center.cjs → justify-items-center.js} +0 -0
- /package/lib/cjs/{justify-items-end.cjs → justify-items-end.js} +0 -0
- /package/lib/cjs/{justify-items-space-around.cjs → justify-items-space-around.js} +0 -0
- /package/lib/cjs/{justify-items-space-between.cjs → justify-items-space-between.js} +0 -0
- /package/lib/cjs/{justify-items-start.cjs → justify-items-start.js} +0 -0
- /package/lib/cjs/{list-nested.cjs → list-nested.js} +0 -0
- /package/lib/cjs/{magnifying-glass.cjs → magnifying-glass.js} +0 -0
- /package/lib/cjs/{menu.cjs → menu.js} +0 -0
- /package/lib/cjs/{new-folder.cjs → new-folder.js} +0 -0
- /package/lib/cjs/{new-page.cjs → new-page.js} +0 -0
- /package/lib/cjs/{order-first.cjs → order-first.js} +0 -0
- /package/lib/cjs/{order-last.cjs → order-last.js} +0 -0
- /package/lib/cjs/{redo.cjs → redo.js} +0 -0
- /package/lib/cjs/{size.cjs → size.js} +0 -0
- /package/lib/cjs/{text-align-center.cjs → text-align-center.js} +0 -0
- /package/lib/cjs/{text-align-justify.cjs → text-align-justify.js} +0 -0
- /package/lib/cjs/{text-align-left.cjs → text-align-left.js} +0 -0
- /package/lib/cjs/{text-align-right.cjs → text-align-right.js} +0 -0
- /package/lib/cjs/{text-capitalize.cjs → text-capitalize.js} +0 -0
- /package/lib/cjs/{text-direction-ltr.cjs → text-direction-ltr.js} +0 -0
- /package/lib/cjs/{text-direction-rtl.cjs → text-direction-rtl.js} +0 -0
- /package/lib/cjs/{text-hyphen.cjs → text-hyphen.js} +0 -0
- /package/lib/cjs/{text-lowercase.cjs → text-lowercase.js} +0 -0
- /package/lib/cjs/{text-strikethrough.cjs → text-strikethrough.js} +0 -0
- /package/lib/cjs/{text-truncate.cjs → text-truncate.js} +0 -0
- /package/lib/cjs/{text-underline.cjs → text-underline.js} +0 -0
- /package/lib/cjs/{text-uppercase.cjs → text-uppercase.js} +0 -0
- /package/lib/cjs/{trash.cjs → trash.js} +0 -0
- /package/lib/cjs/{types.cjs → types.js} +0 -0
- /package/lib/cjs/{undo.cjs → undo.js} +0 -0
- /package/lib/cjs/{upload.cjs → upload.js} +0 -0
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export * from "./alert";
|
|
2
|
+
export * from "./attachment";
|
|
2
3
|
export * from "./auto-scroll";
|
|
3
4
|
export * from "./blockquote";
|
|
5
|
+
export * from "./body";
|
|
6
|
+
export * from "./bold";
|
|
4
7
|
export * from "./border-radius-bottom-left";
|
|
5
8
|
export * from "./border-radius-bottom-right";
|
|
6
9
|
export * from "./border-radius-individual";
|
|
@@ -14,6 +17,7 @@ export * from "./border-width-right";
|
|
|
14
17
|
export * from "./border-width-top";
|
|
15
18
|
export * from "./box-link";
|
|
16
19
|
export * from "./box";
|
|
20
|
+
export * from "./button-element";
|
|
17
21
|
export * from "./checkbox-checked-filled";
|
|
18
22
|
export * from "./checkbox-empty";
|
|
19
23
|
export * from "./checkbox-mixed-filled";
|
|
@@ -34,17 +38,27 @@ export * from "./div";
|
|
|
34
38
|
export * from "./dot";
|
|
35
39
|
export * from "./dotted-border";
|
|
36
40
|
export * from "./drag-handle";
|
|
41
|
+
export * from "./email";
|
|
42
|
+
export * from "./external-link";
|
|
37
43
|
export * from "./eyecon-closed";
|
|
38
44
|
export * from "./eyecon-open";
|
|
45
|
+
export * from "./form-text-field";
|
|
46
|
+
export * from "./form";
|
|
39
47
|
export * from "./github";
|
|
40
48
|
export * from "./google";
|
|
41
49
|
export * from "./hamburger-menu";
|
|
50
|
+
export * from "./heading";
|
|
51
|
+
export * from "./image";
|
|
42
52
|
export * from "./info";
|
|
43
53
|
export * from "./information";
|
|
54
|
+
export * from "./link";
|
|
44
55
|
export * from "./linked";
|
|
45
56
|
export * from "./list-item";
|
|
46
57
|
export * from "./list";
|
|
47
58
|
export * from "./offline";
|
|
59
|
+
export * from "./page";
|
|
60
|
+
export * from "./paint-brush";
|
|
61
|
+
export * from "./phone";
|
|
48
62
|
export * from "./play";
|
|
49
63
|
export * from "./plus";
|
|
50
64
|
export * from "./radio-checked";
|
|
@@ -53,10 +67,13 @@ export * from "./repeat-column";
|
|
|
53
67
|
export * from "./repeat-grid";
|
|
54
68
|
export * from "./repeat-row";
|
|
55
69
|
export * from "./scroll";
|
|
70
|
+
export * from "./section-link";
|
|
56
71
|
export * from "./slot-component";
|
|
57
72
|
export * from "./small-x";
|
|
58
73
|
export * from "./subscript";
|
|
59
74
|
export * from "./subtract";
|
|
60
75
|
export * from "./superscript";
|
|
76
|
+
export * from "./text-block";
|
|
77
|
+
export * from "./text-italic";
|
|
61
78
|
export * from "./unlinked";
|
|
62
79
|
export * from "./webstudio";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/link.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const LinkIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M11.94 4.059c-.712-.713-2.076-.71-3.054.269l-.807.807a.65.65 0 0 1-.92-.92l.808-.807c1.365-1.365 3.56-1.602 4.893-.268 1.334 1.333 1.096 3.528-.269 4.893l-.807.807a.65.65 0 1 1-.92-.919l.808-.807c.978-.979.982-2.342.269-3.055Zm-2.02 2.02a.65.65 0 0 1 0 .92L6.999 9.92a.65.65 0 1 1-.92-.919l2.923-2.923a.65.65 0 0 1 .92 0ZM5.136 7.16a.65.65 0 0 1 0 .92l-.808.807c-.978.978-.981 2.342-.269 3.055.713.712 2.077.71 3.055-.27l.808-.806a.65.65 0 1 1 .919.919l-.808.807c-1.365 1.365-3.56 1.602-4.893.269-1.333-1.334-1.096-3.528.269-4.893l.807-.808a.65.65 0 0 1 .92 0Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
LinkIcon.displayName = "LinkIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/page.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const PageIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M8.55 2.658a9.96 9.96 0 0 0-.543-.008H6.08c-.515 0-.862 0-1.13.022-.26.022-.386.06-.472.103a1.15 1.15 0 0 0-.503.503c-.043.086-.081.213-.103.473-.022.267-.022.614-.022 1.129v6.24c0 .515 0 .862.022 1.13.022.26.06.386.103.472.11.216.287.392.503.503.086.043.213.081.473.103.267.022.614.022 1.129.022h3.84c.515 0 .862 0 1.13-.022.26-.022.386-.06.472-.103a1.15 1.15 0 0 0 .503-.503c.043-.085.081-.213.103-.473.021-.267.022-.614.022-1.129V6.793c0-.277-.002-.436-.008-.543H10.14c-.15 0-.3 0-.427-.01a1.263 1.263 0 0 1-.48-.126 1.25 1.25 0 0 1-.547-.547 1.263 1.263 0 0 1-.126-.48c-.01-.127-.01-.276-.01-.427V2.658Zm.903-1.095a2.451 2.451 0 0 0-.427-.145c-.283-.068-.577-.068-.955-.068H6.053c-.481 0-.881 0-1.208.027-.34.028-.658.087-.957.24a2.45 2.45 0 0 0-1.071 1.07c-.153.3-.213.617-.24.958-.027.327-.027.727-.027 1.208v6.293c0 .482 0 .882.027 1.21.027.34.087.657.24.956.235.461.61.836 1.07 1.071.3.153.617.213.958.24.327.027.727.027 1.208.027h3.894c.481 0 .881 0 1.208-.027.34-.027.658-.087.957-.24a2.45 2.45 0 0 0 1.071-1.07c.152-.3.213-.618.24-.958.027-.327.027-.727.027-1.209V6.73c0-.378 0-.672-.068-.955a2.445 2.445 0 0 0-.293-.709c-.152-.248-.36-.456-.628-.723l-.045-.045-1.913-1.913-.045-.045c-.267-.268-.475-.476-.723-.628a2.452 2.452 0 0 0-.281-.148Zm.397 2.006V4.64c0 .15 0 .241.004.306.065.004.156.004.306.004h1.07L9.85 3.57Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
PageIcon.displayName = "PageIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/paint-brush.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const PaintBrushIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M11.391 1.873a1.93 1.93 0 0 1 2.69.046c.753.753.759 1.933.052 2.696-.33.356-.84.916-1.431 1.566-.67.734-1.443 1.584-2.18 2.384A121.12 121.12 0 0 1 8.7 10.512c-.242.25-.45.459-.603.602a2.787 2.787 0 0 1-.22.19.893.893 0 0 1-.178.105.66.66 0 0 1-.869-.325c-.363-.787-1.127-1.548-1.908-1.907a.657.657 0 0 1-.325-.87.894.894 0 0 1 .105-.177 2.79 2.79 0 0 1 .19-.221c.143-.154.352-.361.602-.602a121.42 121.42 0 0 1 1.948-1.824c.8-.736 1.649-1.51 2.383-2.179.65-.591 1.21-1.101 1.566-1.431Zm1.771.966a.631.631 0 0 0-.888-.012c-.352.326-.92.843-1.576 1.441-.74.674-1.592 1.45-2.376 2.172a120.24 120.24 0 0 0-2.114 1.985 5.677 5.677 0 0 1 1.373 1.373l.184-.189c.473-.49 1.115-1.179 1.801-1.925.722-.784 1.498-1.636 2.172-2.375.598-.657 1.115-1.225 1.441-1.577a.635.635 0 0 0-.017-.893ZM3.998 10.002c-1.107 0-2 .893-2 1.999 0 .684-.474 1.114-.948 1.268-.153.05-.242.246-.13.362.625.64 1.533 1.036 2.411 1.036A2.665 2.665 0 0 0 5.997 12c0-1.106-.893-2-2-2Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
PaintBrushIcon.displayName = "PaintBrushIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/phone.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const PhoneIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M4.562 2.719a.64.64 0 0 0-.578 0c-.068.034-.153.108-.532.487l-.102.101c-.361.362-.458.466-.535.604-.09.16-.166.45-.165.633 0 .163.024.261.131.637a11.629 11.629 0 0 0 2.978 5.06 11.63 11.63 0 0 0 5.06 2.978c.376.107.474.13.637.131.184 0 .473-.075.633-.165.138-.077.242-.174.604-.535l.101-.102c.38-.379.453-.464.487-.532a.64.64 0 0 0 0-.578c-.034-.068-.108-.153-.487-.532l-.125-.125c-.25-.25-.305-.3-.347-.327a.64.64 0 0 0-.697 0c-.042.027-.098.078-.347.327l-.015.015c-.058.058-.131.132-.22.195a1.324 1.324 0 0 1-1.116.19c-.104-.03-.19-.071-.255-.103l-.016-.007a10.07 10.07 0 0 1-2.764-1.963 10.068 10.068 0 0 1-1.963-2.764l-.007-.016c-.032-.066-.073-.151-.103-.255a1.324 1.324 0 0 1 .19-1.116c.063-.089.137-.162.195-.22l.015-.015c.25-.25.3-.305.327-.347a.64.64 0 0 0 0-.697c-.027-.042-.078-.098-.327-.347l-.125-.125c-.38-.38-.464-.453-.532-.487Zm-1.165-1.16a1.94 1.94 0 0 1 1.751 0c.28.141.523.385.803.666l.228.228c.185.184.345.344.457.516a1.94 1.94 0 0 1 0 2.115c-.112.172-.272.332-.457.516-.036.036-.073.072-.109.11v.004l.031.067c.418.87.987 1.686 1.71 2.408a8.768 8.768 0 0 0 2.408 1.71l.067.031h.004c.038-.036.074-.073.11-.11.184-.184.344-.344.516-.456a1.94 1.94 0 0 1 2.115 0c.172.112.332.272.516.457l.228.228c.281.28.525.523.666.803.279.55.279 1.2 0 1.75-.141.28-.385.523-.666.803l-.207.208c-.3.3-.53.53-.842.706a2.82 2.82 0 0 1-1.274.331c-.356-.001-.617-.075-.951-.17l-.037-.01a12.93 12.93 0 0 1-5.625-3.31A12.93 12.93 0 0 1 1.53 5.537l-.01-.037c-.095-.334-.169-.595-.17-.951a2.82 2.82 0 0 1 .331-1.274c.175-.311.406-.542.706-.842l.208-.207c.28-.281.522-.525.802-.666Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
PhoneIcon.displayName = "PhoneIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/section-link.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const SectionLinkIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M8.55 2.658a9.96 9.96 0 0 0-.543-.008H6.08c-.515 0-.862 0-1.13.022-.26.022-.386.06-.472.103a1.15 1.15 0 0 0-.503.503c-.043.086-.081.213-.103.473-.021.267-.022.614-.022 1.129V6a.65.65 0 0 1-1.3 0V4.853c0-.481 0-.881.027-1.208.028-.34.087-.658.24-.957a2.45 2.45 0 0 1 1.07-1.071c.3-.153.618-.213.958-.24.327-.027.727-.027 1.208-.027h2.018c.378 0 .672 0 .955.068a2.45 2.45 0 0 1 .709.293c.248.152.456.36.723.628l2.003 2.003c.268.267.476.475.628.723a2.455 2.455 0 0 1 .293.709c.068.283.068.577.068.955v4.417c0 .482 0 .882-.027 1.21-.028.34-.088.657-.24.956a2.45 2.45 0 0 1-1.07 1.071c-.3.153-.618.213-.958.24-.327.027-.727.027-1.209.027H6.053c-.481 0-.882 0-1.208-.027-.34-.027-.658-.087-.957-.24a2.45 2.45 0 0 1-1.071-1.07 2.028 2.028 0 0 1-.162-.442.65.65 0 1 1 1.263-.31c.017.069.036.12.057.161.11.216.286.392.503.503.085.043.213.081.473.103.267.022.614.022 1.129.022h3.84c.515 0 .862 0 1.13-.022.26-.022.386-.06.472-.103a1.15 1.15 0 0 0 .502-.503c.044-.085.082-.213.104-.473.021-.267.022-.614.022-1.129V6.793c0-.277-.001-.436-.008-.543H10.14c-.15 0-.3 0-.427-.01a1.263 1.263 0 0 1-.48-.126 1.25 1.25 0 0 1-.547-.547 1.263 1.263 0 0 1-.126-.48c-.01-.127-.01-.276-.01-.427V2.658Zm1.3.911V4.64c0 .15 0 .241.004.306.065.004.156.004.306.004h1.07L9.85 3.57ZM2.02 9.333a.65.65 0 0 1 .65-.65h6a.65.65 0 0 1 0 1.3h-6a.65.65 0 0 1-.65-.65Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
SectionLinkIcon.displayName = "SectionLinkIcon";
|
|
@@ -7,7 +7,7 @@ import type { IconProps } from "../types";
|
|
|
7
7
|
export const SubscriptIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
8
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
9
|
return (
|
|
10
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M8.393 12.37 7.309 9.516h-3.43l-1.084 2.852a.7.7 0 0 1-1.308-.497l2.959-7.785c.072-.19.14-.37.207-.51.056-.117.178-.367.433-.517a.995.995 0 0 1 1.016 0c.255.15.378.4.434.518.066.139.134.319.207.509l2.959 7.785a.7.7 0 0 1-1.309.497ZM4.412 8.116l1.182-3.111 1.183 3.111H4.412Z" clipRule="evenodd" /><path d="M10.24 10.26a.65.65 0 1 0 1.298.067c.007-.122.08-.25.213-.356.065-.051.292-.14.598-.125.302.013.471.115.53.194a.662.662 0 0 1 .111.596l-.007.015a2.84 2.84 0 0 1-.364.538c-.165.193-.707.77-1.224 1.316-.255.27-.499.526-.68.715l-.295.31a.65.65 0 0 0 .467 1.102l2.97.012a.65.65 0 1 0 .005-1.3l-1.465-.006a55.013 55.013 0 0 0 1.21-1.303c.207-.243.351-.462.445-.626a2.92 2.92 0 0 0 .135-.265l.009-.022.003-.007v-.001l.001-.003.003-.006.006-.015a1.423 1.423 0 0 0 .05-.17 1.961 1.961 0 0 0-.337-1.656c-.387-.52-1.016-.695-1.515-.717-.496-.022-1.073.095-1.465.407-.322.256-.67.698-.702 1.307Z" /></svg>
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -7,7 +7,7 @@ import type { IconProps } from "../types";
|
|
|
7
7
|
export const SuperscriptIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
8
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
9
|
return (
|
|
10
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M9.484 3.046a.65.65 0 1 0 1.298.067c.006-.123.08-.25.213-.356.065-.052.292-.14.597-.126.302.014.472.116.53.195a.662.662 0 0 1 .112.596l-.007.014c-.01.023-.03.06-.059.112a2.843 2.843 0 0 1-.306.427c-.165.193-.706.77-1.223 1.316l-.68.714-.296.31a.65.65 0 0 0 .467 1.102l2.97.012a.65.65 0 0 0 .006-1.3l-1.465-.006a55 55 0 0 0 1.21-1.303c.207-.243.35-.462.445-.626a2.92 2.92 0 0 0 .135-.265l.009-.02.003-.008v-.002l.001-.002.002-.006.006-.015a1.186 1.186 0 0 0 .051-.17 1.96 1.96 0 0 0-.337-1.656c-.387-.52-1.016-.695-1.515-.718-.496-.022-1.073.095-1.466.407-.322.257-.67.699-.701 1.307Z" /><path fillRule="evenodd" d="M8.393 12.37 7.309 9.516h-3.43l-1.084 2.852a.7.7 0 1 1-1.308-.497l2.959-7.785c.072-.19.14-.37.207-.51.056-.118.178-.367.433-.517a.995.995 0 0 1 1.016 0c.255.15.378.4.434.517.066.14.134.32.207.51l2.959 7.785a.7.7 0 1 1-1.309.497ZM4.412 8.116l1.182-3.111 1.183 3.11H4.412Z" clipRule="evenodd" /></svg>
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/text-block.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const TextBlockIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
TextBlockIcon.displayName = "TextBlockIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/text-italic.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const TextItalicIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M9.985 2.017H6.667a.65.65 0 0 0 0 1.3h2.395L5.55 12.683H3.333a.65.65 0 0 0 0 1.3h6a.65.65 0 1 0 0-1.3H6.938l3.513-9.366h2.216a.65.65 0 1 0 0-1.3H9.985Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
TextItalicIcon.displayName = "TextItalicIcon";
|
package/src/index.stories.tsx
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as icons from "./index";
|
|
2
|
-
import * as legacyIcons from "./legacy";
|
|
3
2
|
|
|
4
3
|
export const Icons = ({ testColor }: { testColor: boolean }) => {
|
|
5
4
|
return (
|
|
@@ -45,7 +44,6 @@ export const Icons = ({ testColor }: { testColor: boolean }) => {
|
|
|
45
44
|
}}
|
|
46
45
|
>
|
|
47
46
|
{name.replace(/Icon$/, "")}
|
|
48
|
-
{name in legacyIcons && " (legacy)"}
|
|
49
47
|
</div>
|
|
50
48
|
</div>
|
|
51
49
|
);
|
package/src/index.ts
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
export * from "./legacy";
|
|
2
1
|
export * from "./__generated__";
|
|
3
2
|
export * from "./list-nested";
|
|
4
|
-
export * from "./brush";
|
|
5
|
-
export * from "./form";
|
|
6
3
|
export * from "./undo";
|
|
7
4
|
export * from "./redo";
|
|
8
5
|
export * from "./devices";
|
|
9
|
-
export * from "./body";
|
|
10
6
|
export * from "./types";
|
|
11
7
|
export * from "./align-content-center";
|
|
12
8
|
export * from "./align-content-end";
|
|
@@ -44,7 +40,6 @@ export * from "./trash";
|
|
|
44
40
|
export * from "./size";
|
|
45
41
|
export * from "./upload";
|
|
46
42
|
export * from "./gear";
|
|
47
|
-
export * from "./page";
|
|
48
43
|
export * from "./copy";
|
|
49
44
|
export * from "./new-page";
|
|
50
45
|
export * from "./new-folder";
|
|
@@ -78,7 +73,6 @@ export * from "./text-align-left";
|
|
|
78
73
|
export * from "./text-align-right";
|
|
79
74
|
export * from "./text-capitalize";
|
|
80
75
|
export * from "./text-hyphen";
|
|
81
|
-
export * from "./text-italic";
|
|
82
76
|
export * from "./text-lowercase";
|
|
83
77
|
export * from "./text-strikethrough";
|
|
84
78
|
export * from "./text-truncate";
|
package/lib/body.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const BodyIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
width: "15",
|
|
9
|
-
height: "15",
|
|
10
|
-
viewBox: "0 0 15 15",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: /* @__PURE__ */ jsx(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
d: "M1 3.96833H14M2.51667 14H12.4833C13.321 14 14 13.321 14 12.4833V2.51667C14 1.67903 13.321 1 12.4833 1H2.51667C1.67903 1 1 1.67903 1 2.51667V12.4833C1 13.321 1.67903 14 2.51667 14Z",
|
|
19
|
-
stroke: color,
|
|
20
|
-
strokeWidth: "1.15"
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
}
|
|
24
|
-
);
|
|
25
|
-
}
|
|
26
|
-
);
|
|
27
|
-
BodyIcon.displayName = "BodyIcon";
|
|
28
|
-
export {
|
|
29
|
-
BodyIcon
|
|
30
|
-
};
|
package/lib/brush.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const BrushIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
width: "15",
|
|
9
|
-
height: "15",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: /* @__PURE__ */ jsx(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
fill: color,
|
|
19
|
-
fillRule: "evenodd",
|
|
20
|
-
clipRule: "evenodd",
|
|
21
|
-
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"
|
|
22
|
-
}
|
|
23
|
-
)
|
|
24
|
-
}
|
|
25
|
-
);
|
|
26
|
-
}
|
|
27
|
-
);
|
|
28
|
-
BrushIcon.displayName = "BrushIcon";
|
|
29
|
-
export {
|
|
30
|
-
BrushIcon
|
|
31
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var subscript_exports = {};
|
|
20
|
-
__export(subscript_exports, {
|
|
21
|
-
SubscriptIcon: () => SubscriptIcon
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(subscript_exports);
|
|
24
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
-
var import_react = require("react");
|
|
26
|
-
const SubscriptIcon = (0, import_react.forwardRef)(
|
|
27
|
-
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M38.5 40v-4.25q0-.7.4-1.1.4-.4 1.1-.4h4.5V31.5h-6V30h6q.7 0 1.1.4.4.4.4 1.1v2.75q0 .7-.4 1.1-.4.4-1.1.4H40v2.75h6V40Zm-26.75-4L21 21.45 12.4 8h4.3l6.75 10.65L30.2 8h4.3l-8.6 13.45L35.15 36H30.9l-7.45-11.7L16 36Z" }) });
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
SubscriptIcon.displayName = "SubscriptIcon";
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var superscript_exports = {};
|
|
20
|
-
__export(superscript_exports, {
|
|
21
|
-
SuperscriptIcon: () => SuperscriptIcon
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(superscript_exports);
|
|
24
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
-
var import_react = require("react");
|
|
26
|
-
const SuperscriptIcon = (0, import_react.forwardRef)(
|
|
27
|
-
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M38.5 18v-4.25q0-.7.4-1.1.4-.4 1.1-.4h4.5V9.5h-6V8h6q.7 0 1.1.4.4.4.4 1.1v2.75q0 .7-.4 1.1-.4.4-1.1.4H40v2.75h6V18ZM11.75 40 21 25.45 12.4 12h4.3l6.75 10.65L30.2 12h4.3l-8.6 13.45L35.15 40H30.9l-7.45-11.7L16 40Z" }) });
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
SuperscriptIcon.displayName = "SuperscriptIcon";
|
package/lib/cjs/body.cjs
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
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;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var body_exports = {};
|
|
30
|
-
__export(body_exports, {
|
|
31
|
-
BodyIcon: () => BodyIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(body_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const BodyIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
width: "15",
|
|
42
|
-
height: "15",
|
|
43
|
-
viewBox: "0 0 15 15",
|
|
44
|
-
fill: "none",
|
|
45
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
-
"path",
|
|
50
|
-
{
|
|
51
|
-
d: "M1 3.96833H14M2.51667 14H12.4833C13.321 14 14 13.321 14 12.4833V2.51667C14 1.67903 13.321 1 12.4833 1H2.51667C1.67903 1 1 1.67903 1 2.51667V12.4833C1 13.321 1.67903 14 2.51667 14Z",
|
|
52
|
-
stroke: color,
|
|
53
|
-
strokeWidth: "1.15"
|
|
54
|
-
}
|
|
55
|
-
)
|
|
56
|
-
}
|
|
57
|
-
);
|
|
58
|
-
}
|
|
59
|
-
);
|
|
60
|
-
BodyIcon.displayName = "BodyIcon";
|
package/lib/cjs/brush.cjs
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
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;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var brush_exports = {};
|
|
30
|
-
__export(brush_exports, {
|
|
31
|
-
BrushIcon: () => BrushIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(brush_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const BrushIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
width: "15",
|
|
42
|
-
height: "15",
|
|
43
|
-
viewBox: "0 0 24 24",
|
|
44
|
-
fill: "none",
|
|
45
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
-
"path",
|
|
50
|
-
{
|
|
51
|
-
fill: color,
|
|
52
|
-
fillRule: "evenodd",
|
|
53
|
-
clipRule: "evenodd",
|
|
54
|
-
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"
|
|
55
|
-
}
|
|
56
|
-
)
|
|
57
|
-
}
|
|
58
|
-
);
|
|
59
|
-
}
|
|
60
|
-
);
|
|
61
|
-
BrushIcon.displayName = "BrushIcon";
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
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;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var external_link_exports = {};
|
|
30
|
-
__export(external_link_exports, {
|
|
31
|
-
ExternalLinkIcon: () => ExternalLinkIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(external_link_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const ExternalLinkIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
-
viewBox: "0 0 16 16",
|
|
43
|
-
width: "16",
|
|
44
|
-
height: "16",
|
|
45
|
-
fill: color,
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
-
"path",
|
|
50
|
-
{
|
|
51
|
-
fill: color,
|
|
52
|
-
fillRule: "evenodd",
|
|
53
|
-
clipRule: "evenodd",
|
|
54
|
-
d: "M3.7 3.7h2.294a.7.7 0 1 0 0-1.4H3.5a1.2 1.2 0 0 0-1.2 1.2v9a1.2 1.2 0 0 0 1.2 1.2h9a1.2 1.2 0 0 0 1.2-1.2V9.993a.7.7 0 1 0-1.4 0V12.3H3.7V3.7ZM8.813 3a.7.7 0 0 1 .7-.7H13a.7.7 0 0 1 .7.7v3.49a.7.7 0 1 1-1.4 0v-1.8L8.495 8.495a.7.7 0 1 1-.99-.99L11.31 3.7H9.513a.7.7 0 0 1-.7-.7Z"
|
|
55
|
-
}
|
|
56
|
-
)
|
|
57
|
-
}
|
|
58
|
-
);
|
|
59
|
-
}
|
|
60
|
-
);
|
|
61
|
-
ExternalLinkIcon.displayName = "ExternalLinkIcon";
|
package/lib/cjs/form.cjs
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
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;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var form_exports = {};
|
|
30
|
-
__export(form_exports, {
|
|
31
|
-
FormIcon: () => FormIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(form_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const FormIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
width: "15",
|
|
42
|
-
height: "15",
|
|
43
|
-
viewBox: "0 0 24 24",
|
|
44
|
-
fill: "none",
|
|
45
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
-
"path",
|
|
50
|
-
{
|
|
51
|
-
fill: color,
|
|
52
|
-
fillRule: "evenodd",
|
|
53
|
-
clipRule: "evenodd",
|
|
54
|
-
d: "M13 11H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h9v7zM4 9h7V6H4v3zm11 11H4c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2h11v7zM4 18h9v-3H4v3zm18-9h-2l2-5h-7v7h2v9l5-11zM4.75 17.25h1.5v-1.5h-1.5v1.5zm0-9h1.5v-1.5h-1.5v1.5z"
|
|
55
|
-
}
|
|
56
|
-
)
|
|
57
|
-
}
|
|
58
|
-
);
|
|
59
|
-
}
|
|
60
|
-
);
|
|
61
|
-
FormIcon.displayName = "FormIcon";
|