@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.44 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoCircleFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.InfoCircleFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.4801 13.4801C12.0267 14.9335 10.0554 15.75 8 15.75C5.94457 15.75 3.97333 14.9335 2.51992 13.4801C1.06652 12.0267 0.25 10.0554 0.25 8C0.25 5.94457 1.06652 3.97333 2.51992 2.51992C3.97333 1.06652 5.94457 0.25 8 0.25C10.0554 0.25 12.0267 1.06652 13.4801 2.51992C14.9335 3.97333 15.75 5.94457 15.75 8C15.75 10.0554 14.9335 12.0267 13.4801 13.4801ZM9 5C9 5.55229 8.55229 6 8 6C7.44772 6 7 5.55229 7 5C7 4.44771 7.44772 4 8 4C8.55229 4 9 4.44771 9 5ZM6.22437 7.25C6.22437 6.83579 6.56015 6.5 6.97437 6.5H8.00001C8.41422 6.5 8.75001 6.83579 8.75001 7.25V10.25H9.07692C9.49113 10.25 9.82692 10.5858 9.82692 11C9.82692 11.4142 9.49113 11.75 9.07692 11.75H6C5.58579 11.75 5.25 11.4142 5.25 11C5.25 10.5858 5.58579 10.25 6 10.25H7.25001V8H6.97437C6.56015 8 6.22437 7.66421 6.22437 7.25Z", fill: "currentColor" }))); });
exports.InfoCircleFilledSIcon.displayName = 'InfoCircleFilledSIcon';