@heroui/shared-icons
Version:
Internal icons set, commonly used in the components stories
43 lines (41 loc) • 1.16 kB
JavaScript
// src/bold/align-bottom.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var AlignBottomBoldIcon = (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: "M8.02 4.62109H6.98C5.39 4.62109 4.75 5.22109 4.75 6.74109V18.6211H10.25V6.74109C10.24 5.22109 9.6 4.62109 8.02 4.62109Z",
fill: "currentColor"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M16.52 9.62109H15.48C13.89 9.62109 13.25 10.2311 13.25 11.7411V18.6211H18.75V11.7411C18.75 10.2311 18.1 9.62109 16.52 9.62109Z",
fill: "currentColor"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M2.75 17.8789H21.25C21.66 17.8789 22 18.2189 22 18.6289C22 19.0389 21.66 19.3789 21.25 19.3789H2.75C2.34 19.3789 2 19.0389 2 18.6189C2 18.1989 2.34 17.8789 2.75 17.8789Z",
fill: "currentColor"
}
)
]
}
);
export {
AlignBottomBoldIcon
};