@webstudio-is/icons 0.51.0 → 0.52.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
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps } from "./types";
|
|
3
|
+
export declare const gearIconCssVars: ({ fill }: {
|
|
4
|
+
fill: string;
|
|
5
|
+
}) => {
|
|
6
|
+
[x: string]: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const GearIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
export * from "./__generated__";
|
|
2
|
+
export * from "./list-nested";
|
|
3
|
+
export * from "./undo";
|
|
4
|
+
export * from "./redo";
|
|
5
|
+
export * from "./devices";
|
|
6
|
+
export * from "./types";
|
|
7
|
+
export * from "./align-content-center";
|
|
8
|
+
export * from "./align-content-end";
|
|
9
|
+
export * from "./align-content-space-around";
|
|
10
|
+
export * from "./align-content-space-between";
|
|
11
|
+
export * from "./align-content-start";
|
|
12
|
+
export * from "./align-content-stretch";
|
|
13
|
+
export * from "./align-items-baseline";
|
|
14
|
+
export * from "./align-items-center";
|
|
15
|
+
export * from "./align-items-end";
|
|
16
|
+
export * from "./align-items-start";
|
|
17
|
+
export * from "./align-items-stretch";
|
|
18
|
+
export * from "./flex-direction-row";
|
|
19
|
+
export * from "./flex-direction-column";
|
|
20
|
+
export * from "./flex-direction-row-reverse";
|
|
21
|
+
export * from "./flex-direction-column-reverse";
|
|
22
|
+
export * from "./flex-wrap-wrap";
|
|
23
|
+
export * from "./flex-wrap-no-wrap";
|
|
24
|
+
export * from "./flex-wrap-wrap-reverse";
|
|
25
|
+
export * from "./justify-content-center";
|
|
26
|
+
export * from "./justify-content-end";
|
|
27
|
+
export * from "./justify-content-space-around";
|
|
28
|
+
export * from "./justify-content-space-between";
|
|
29
|
+
export * from "./justify-content-start";
|
|
30
|
+
export * from "./justify-items-center";
|
|
31
|
+
export * from "./justify-items-end";
|
|
32
|
+
export * from "./justify-items-space-around";
|
|
33
|
+
export * from "./justify-items-space-between";
|
|
34
|
+
export * from "./justify-items-start";
|
|
35
|
+
export * from "./gap-row";
|
|
36
|
+
export * from "./gap-column";
|
|
37
|
+
export * from "./aspect-ratio";
|
|
38
|
+
export * from "./cloud";
|
|
39
|
+
export * from "./trash";
|
|
40
|
+
export * from "./size";
|
|
41
|
+
export * from "./upload";
|
|
42
|
+
export * from "./gear";
|
|
43
|
+
export * from "./copy";
|
|
44
|
+
export * from "./new-page";
|
|
45
|
+
export * from "./new-folder";
|
|
46
|
+
export * from "./chevron-double-up";
|
|
47
|
+
export * from "./chevron-double-down";
|
|
48
|
+
export * from "./chevron-double-left";
|
|
49
|
+
export * from "./chevron-double-right";
|
|
50
|
+
export * from "./chevron-up";
|
|
51
|
+
export * from "./chevron-down";
|
|
52
|
+
export * from "./chevron-left";
|
|
53
|
+
export * from "./chevron-right";
|
|
54
|
+
export * from "./cross-circled-filled";
|
|
55
|
+
export * from "./cross";
|
|
56
|
+
export * from "./magnifying-glass";
|
|
57
|
+
export * from "./menu";
|
|
58
|
+
export * from "./align-self-start";
|
|
59
|
+
export * from "./align-self-end";
|
|
60
|
+
export * from "./align-self-center";
|
|
61
|
+
export * from "./align-self-stretch";
|
|
62
|
+
export * from "./align-self-baseline";
|
|
63
|
+
export * from "./flex-sizing-grow";
|
|
64
|
+
export * from "./flex-sizing-shrink";
|
|
65
|
+
export * from "./order-first";
|
|
66
|
+
export * from "./order-last";
|
|
67
|
+
export * from "./cross-small";
|
|
68
|
+
export * from "./cross-large";
|
|
69
|
+
export * from "./ellipses";
|
|
70
|
+
export * from "./text-align-center";
|
|
71
|
+
export * from "./text-align-justify";
|
|
72
|
+
export * from "./text-align-left";
|
|
73
|
+
export * from "./text-align-right";
|
|
74
|
+
export * from "./text-capitalize";
|
|
75
|
+
export * from "./text-hyphen";
|
|
76
|
+
export * from "./text-lowercase";
|
|
77
|
+
export * from "./text-strikethrough";
|
|
78
|
+
export * from "./text-truncate";
|
|
79
|
+
export * from "./text-underline";
|
|
80
|
+
export * from "./text-uppercase";
|
|
81
|
+
export * from "./text-direction-ltr";
|
|
82
|
+
export * from "./text-direction-rtl";
|
|
83
|
+
export * from "./check-mark";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Icons: ({ testColor }: {
|
|
3
|
+
testColor: boolean;
|
|
4
|
+
}) => JSX.Element;
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
component: ({ testColor }: {
|
|
8
|
+
testColor: boolean;
|
|
9
|
+
}) => JSX.Element;
|
|
10
|
+
argTypes: {
|
|
11
|
+
testColor: {
|
|
12
|
+
name: string;
|
|
13
|
+
defaultValue: boolean;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGAttributes, RefAttributes, ForwardRefExoticComponent } from "react";
|
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
|
3
|
+
children?: never;
|
|
4
|
+
color?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
}
|
|
7
|
+
export type IconComponent = ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
8
|
+
export type IconRecord = Record<string, IconComponent>;
|
|
9
|
+
export type IconRecords = Record<string, IconRecord>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.52.0",
|
|
4
4
|
"description": "Webstudio Icons",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@svgo/jsx": "^0.4.2",
|
|
11
11
|
"@types/react": "^17.0.24",
|
|
12
12
|
"tsx": "^3.12.6",
|
|
13
|
-
"typescript": "
|
|
13
|
+
"typescript": "5.0.3",
|
|
14
14
|
"@webstudio-is/scripts": "^0.0.0",
|
|
15
15
|
"@webstudio-is/storybook-config": "^0.0.0",
|
|
16
16
|
"@webstudio-is/tsconfig": "^1.0.1"
|
|
@@ -20,17 +20,16 @@
|
|
|
20
20
|
"react-dom": "^17.0.2"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@radix-ui/react-icons": "^1.1.0",
|
|
24
23
|
"react": "^17.0.2",
|
|
25
|
-
"@webstudio-is/css-vars": "^0.
|
|
24
|
+
"@webstudio-is/css-vars": "^0.52.0"
|
|
26
25
|
},
|
|
27
26
|
"module": "./lib/index.js",
|
|
28
27
|
"exports": {
|
|
29
28
|
"source": "./src/index.ts",
|
|
30
29
|
"import": "./lib/index.js",
|
|
31
|
-
"require": "./lib/cjs/index.
|
|
30
|
+
"require": "./lib/cjs/index.js"
|
|
32
31
|
},
|
|
33
|
-
"types": "
|
|
32
|
+
"types": "lib/types/index.d.ts",
|
|
34
33
|
"files": [
|
|
35
34
|
"lib/*",
|
|
36
35
|
"src/*",
|
|
@@ -42,6 +41,7 @@
|
|
|
42
41
|
"scripts": {
|
|
43
42
|
"dev": "build-package --watch",
|
|
44
43
|
"build": "build-package",
|
|
44
|
+
"dts": "tsc --emitDeclarationOnly --declaration --declarationDir lib/types",
|
|
45
45
|
"generate": "rm -fr src/__generated__ && NODE_OPTIONS='--loader=tsx' svgo-jsx svgo-jsx.config.ts",
|
|
46
46
|
"typecheck": "tsc --noEmit",
|
|
47
47
|
"lint": "eslint ./src --ext .ts,.tsx --max-warnings 0",
|
|
@@ -7,7 +7,7 @@ import type { IconProps } from "../types";
|
|
|
7
7
|
export const AlertIcon = 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="M6.3 2.354c.746-1.325 2.654-1.325 3.4 0l5.276 9.38c.732 1.3-.208 2.905-1.699 2.905H2.723c-1.491 0-2.43-1.606-1.7-2.906l5.278-9.379Zm2.267.638a.65.65 0 0 0-1.133 0L2.157 12.37a.65.65 0 0 0 .566.968h10.554a.65.65 0 0 0 .566-.968L8.567 2.99Z" clipRule="evenodd" /><path fillRule="evenodd" d="M8 5.34a.65.65 0 0 1 .65.65v2.66a.65.65 0 0 1-1.3 0V5.99A.65.65 0 0 1 8 5.34ZM7.2 11.323a.8.8 0 0 1 .8-.8h.007a.8.8 0 0 1 0 1.6H8a.8.8 0 0 1-.8-.8Z" clipRule="evenodd" /></svg>
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/attachment.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const AttachmentIcon = 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="M9.13 1.842a2.415 2.415 0 0 1 3.415 3.415l-5.889 5.888a.65.65 0 1 1-.919-.919l5.889-5.888a1.115 1.115 0 1 0-1.577-1.577L4.161 8.65a2.88 2.88 0 0 0 4.072 4.072l4.64-4.641a.65.65 0 1 1 .92.92l-4.641 4.64a4.18 4.18 0 1 1-5.91-5.91L9.13 1.84Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
AttachmentIcon.displayName = "AttachmentIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/body.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const BodyIcon = 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-.029ZM2.65 6.65v4.15c0 .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.26V6.65H2.65Zm10.7-1.3H2.65V5.2c0-.57 0-.96.025-1.26.024-.294.068-.446.122-.553.13-.254.336-.46.59-.59.107-.054.259-.098.552-.122.301-.024.69-.025 1.261-.025h5.6c.57 0 .96 0 1.26.025.294.024.446.068.553.122.254.13.46.336.59.59.054.107.098.26.122.552.025.301.025.69.025 1.261v.15Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
BodyIcon.displayName = "BodyIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/bold.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const BoldIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M3.2 2.667a.8.8 0 0 1 .8-.8h5.333a3.467 3.467 0 0 1 2.507 5.861A3.467 3.467 0 0 1 10 14.133H4a.8.8 0 0 1-.8-.8V2.667ZM4.8 8.8v3.733H10A1.867 1.867 0 0 0 10 8.8H4.8Zm0-1.6h4.533a1.867 1.867 0 1 0 0-3.733H4.8V7.2Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
BoldIcon.displayName = "BoldIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/button-element.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ButtonElementIcon = 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="M.683 7.474c0-1.85 1.5-3.35 3.35-3.35h7.934c1.85 0 3.35 1.5 3.35 3.35v1.3c0 1.85-1.5 3.35-3.35 3.35H4.033a3.35 3.35 0 0 1-3.35-3.35v-1.3Zm3.35-2.05a2.05 2.05 0 0 0-2.05 2.05v1.3a2.05 2.05 0 0 0 2.05 2.05h7.934a2.05 2.05 0 0 0 2.05-2.05v-1.3a2.05 2.05 0 0 0-2.05-2.05H4.033Zm-.183 2.7a.817.817 0 1 1 1.633 0 .817.817 0 0 1-1.633 0Zm3.333 0a.817.817 0 1 1 1.634 0 .817.817 0 0 1-1.634 0Zm3.334 0a.817.817 0 1 1 1.633 0 .817.817 0 0 1-1.633 0Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ButtonElementIcon.displayName = "ButtonElementIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/email.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const EmailIcon = 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.853 2.55h6.293c.482 0 .882 0 1.21.027.34.027.657.087.956.24.461.235.836.61 1.07 1.07.172.336.227.695.25 1.086.018.3.018.662.018 1.089v3.885c0 .481 0 .881-.027 1.208-.027.34-.087.658-.24.957a2.45 2.45 0 0 1-1.07 1.07c-.3.153-.618.213-.958.241-.327.027-.727.027-1.208.027H4.853c-.481 0-.881 0-1.208-.027-.34-.027-.658-.088-.957-.24a2.45 2.45 0 0 1-1.071-1.07c-.153-.3-.213-.617-.24-.958-.027-.327-.027-.727-.027-1.209V6.062c0-.427 0-.789.018-1.089.023-.39.078-.75.249-1.085a2.45 2.45 0 0 1 1.07-1.071c.3-.153.617-.213.958-.24.327-.027.727-.027 1.208-.027ZM3.751 3.872c-.26.022-.387.06-.473.103a1.15 1.15 0 0 0-.503.503.816.816 0 0 0-.07.222l4.567 3.197c.44.308.524.354.595.372a.55.55 0 0 0 .266 0c.07-.018.155-.064.595-.372L13.295 4.7a.815.815 0 0 0-.07-.222 1.15 1.15 0 0 0-.503-.503c-.086-.043-.213-.081-.473-.103a15.477 15.477 0 0 0-1.129-.022H4.88c-.515 0-.862 0-1.13.022Zm9.599 2.376L9.474 8.962l-.072.05c-.324.227-.618.434-.955.518a1.85 1.85 0 0 1-.894 0c-.337-.084-.631-.29-.955-.518l-.072-.05L2.65 6.248V9.92c0 .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.021.614.022 1.129.022h6.24c.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.248Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
EmailIcon.displayName = "EmailIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/external-link.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ExternalLinkIcon = 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.35H6a.65.65 0 0 1 0 1.3h-.8c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.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.26V10a.65.65 0 1 1 1.3 0v.826c0 .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-.029ZM9.35 2a.65.65 0 0 1 .65-.65h4a.65.65 0 0 1 .65.65v4a.65.65 0 0 1-1.3 0V3.57L8.46 8.46a.65.65 0 0 1-.92-.92l4.89-4.89H10A.65.65 0 0 1 9.35 2Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ExternalLinkIcon.displayName = "ExternalLinkIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/form-text-field.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const FormTextFieldIcon = 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="M1.35 4.66c0-.723.586-1.31 1.31-1.31h10.68c.723 0 1.31.587 1.31 1.31v6.68a1.31 1.31 0 0 1-1.31 1.31H2.66a1.31 1.31 0 0 1-1.31-1.31V4.66Zm1.3-.004V11.344a.012.012 0 0 0 .006.006H13.344l.003-.003a.011.011 0 0 0 .002-.003V4.656a.01.01 0 0 0-.002-.003.01.01 0 0 0-.003-.002H2.656s-.002 0-.003.002a.011.011 0 0 0-.003.003Zm2.017 1.36a.65.65 0 0 1 .65.65v2.67a.65.65 0 0 1-1.3 0v-2.67a.65.65 0 0 1 .65-.65Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
FormTextFieldIcon.displayName = "FormTextFieldIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/form.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const FormIcon = 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="M3.3 3.3v1.4h9.4V3.3H3.3Zm10.32 2.485A.998.998 0 0 0 14 5V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2a.998.998 0 0 0 1 1h10c.234 0 .45-.08.62-.215Zm0 1.43A.996.996 0 0 0 13 7H3a.998.998 0 0 0-1 1v2a.998.998 0 0 0 1 1h10a1 1 0 0 0 1-1V8a.998.998 0 0 0-.38-.785ZM8.714 12.3A.997.997 0 0 0 8 12H3a.998.998 0 1 0 0 2h5a1 1 0 0 0 .714-1.7ZM3.3 8.3v1.4h9.4V8.3H3.3Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
FormIcon.displayName = "FormIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/heading.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const HeadingIcon = 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="M2.017 2.667a.65.65 0 0 1 .65-.65h2.666a.65.65 0 0 1 0 1.3H4.65V7.35h6.7V3.317h-.683a.65.65 0 1 1 0-1.3h2.666a.65.65 0 1 1 0 1.3h-.683v9.366h.683a.65.65 0 1 1 0 1.3h-2.666a.65.65 0 1 1 0-1.3h.683V8.65h-6.7v4.033h.683a.65.65 0 1 1 0 1.3H2.667a.65.65 0 1 1 0-1.3h.683V3.317h-.683a.65.65 0 0 1-.65-.65Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
HeadingIcon.displayName = "HeadingIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/image.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ImageIcon = 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="M10.827 1.35H5.173c-.537 0-.98 0-1.34.03-.373.03-.715.095-1.036.259a2.65 2.65 0 0 0-1.158 1.158c-.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.036.254.499.66.904 1.158 1.158.32.164.663.23 1.036.26.36.03.803.03 1.34.03h6.231c.18 0 .357 0 .498-.013l.018-.002a6.86 6.86 0 0 0 .247-.015c.373-.03.715-.096 1.036-.26a2.65 2.65 0 0 0 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 0-1.158-1.158c-.32-.164-.663-.229-1.036-.26-.36-.029-.803-.029-1.34-.029Zm.27 12H5.2c-.57 0-.96 0-1.26-.025-.294-.024-.446-.067-.553-.122a1.35 1.35 0 0 1-.59-.59c-.054-.107-.098-.259-.122-.552-.024-.301-.025-.69-.025-1.26v-.532l2.389-2.388a5.471 5.471 0 0 1 .294-.282l.018.014c.06.051.137.128.277.268l5.47 5.469ZM2.65 8.43l1.484-1.483c.12-.12.235-.235.34-.325.116-.098.262-.203.452-.265.265-.086.55-.086.814 0 .19.062.336.167.452.265.106.09.221.205.34.325l5.701 5.7c.128.128.253.253.344.362.03.036.072.087.113.151.219-.13.397-.32.513-.547.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-.259-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.024.301-.025.69-.025 1.261v3.23Zm7.683-3.447a.683.683 0 1 1 0 1.367.683.683 0 0 1 0-1.367Zm1.984.684a1.983 1.983 0 1 0-3.967 0 1.983 1.983 0 0 0 3.967 0Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ImageIcon.displayName = "ImageIcon";
|