UNPKG

@heroui/shared-icons

Version:

Internal icons set, commonly used in the components stories

43 lines (41 loc) 1.15 kB
// src/bold/align-top.tsx import { jsx, jsxs } from "react/jsx-runtime"; var AlignTopBoldIcon = (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: "M15.98 19.3789H17.02C18.61 19.3789 19.25 18.7789 19.25 17.2589V5.37891H13.75V17.2589C13.76 18.7789 14.4 19.3789 15.98 19.3789Z", fill: "currentColor" } ), /* @__PURE__ */ jsx( "path", { d: "M7.48 14.3789H8.52C10.11 14.3789 10.75 13.7689 10.75 12.2589V5.37891H5.25V12.2589C5.26 13.7689 5.9 14.3789 7.48 14.3789Z", fill: "currentColor" } ), /* @__PURE__ */ jsx( "path", { d: "M21.25 6.11891H2.75C2.34 6.11891 2 5.78891 2 5.37891C2 4.96891 2.34 4.62891 2.75 4.62891H21.25C21.66 4.62891 22 4.96891 22 5.37891C22 5.78891 21.66 6.11891 21.25 6.11891Z", fill: "currentColor" } ) ] } ); export { AlignTopBoldIcon };