UNPKG

@heroui/shared-icons

Version:

Internal icons set, commonly used in the components stories

43 lines (41 loc) 1.15 kB
// src/bold/align-left.tsx import { jsx, jsxs } from "react/jsx-runtime"; var AlignLeftBoldIcon = (props) => /* @__PURE__ */ jsxs( "svg", { "aria-hidden": "true", fill: "none", focusable: "false", height: "1em", role: "presentation", viewBox: "0 0 24 24", width: "1em", ...props, children: [ /* @__PURE__ */ jsx( "path", { d: "M19.3809 15.98V17.02C19.3809 18.61 18.7809 19.25 17.2609 19.25H5.38086V13.75H17.2609C18.7809 13.75 19.3809 14.39 19.3809 15.98Z", fill: "currentColor" } ), /* @__PURE__ */ jsx( "path", { d: "M14.3809 7.48V8.52C14.3809 10.11 13.7709 10.75 12.2609 10.75H5.38086V5.25H12.2609C13.7709 5.25 14.3809 5.89 14.3809 7.48Z", fill: "currentColor" } ), /* @__PURE__ */ jsx( "path", { d: "M5.37912 22C4.96912 22 4.62912 21.66 4.62912 21.25V2.75C4.61912 2.33 4.95912 2 5.37912 2C5.79912 2 6.12912 2.34 6.12912 2.75V21.25C6.11912 21.66 5.78912 22 5.37912 22Z", fill: "currentColor" } ) ] } ); export { AlignLeftBoldIcon };