@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.16 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var WarningCircleFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.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.4801ZM8.00069 4C7.45724 4 7.02441 4.45484 7.05135 4.99762L7.21282 8.25079C7.23364 8.67044 7.57996 9 8.00013 9C8.42019 9 8.76646 8.6706 8.78743 8.25106L8.95001 4.99795C8.97714 4.45504 8.54427 4 8.00069 4ZM8 12C8.55229 12 9 11.5523 9 11C9 10.4477 8.55229 10 8 10C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12Z", fill: "currentColor" }))); });
WarningCircleFilledSIcon.displayName = 'WarningCircleFilledSIcon';