UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfoCircleSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.InfoCircleSIcon = (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: "M2.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.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.51992ZM8 1.94091C6.39303 1.94091 4.85188 2.57928 3.71558 3.71558C2.57928 4.85188 1.94091 6.39303 1.94091 8C1.94091 9.60697 2.57928 11.1481 3.71558 12.2844C4.85188 13.4207 6.39303 14.0591 8 14.0591C9.60697 14.0591 11.1481 13.4207 12.2844 12.2844C13.4207 11.1481 14.0591 9.60697 14.0591 8C14.0591 6.39303 13.4207 4.85188 12.2844 3.71558C11.1481 2.57928 9.60697 1.94091 8 1.94091ZM6.09229 7.46887C6.09229 7.00194 6.47081 6.62342 6.93774 6.62342H7.99998C8.46691 6.62342 8.84544 7.00194 8.84544 7.46887V10.3413H9.59347C10.0604 10.3413 10.4389 10.7199 10.4389 11.1868C10.4389 11.6537 10.0604 12.0322 9.59347 12.0322H6.40675C5.93982 12.0322 5.5613 11.6537 5.5613 11.1868C5.5613 10.7199 5.93982 10.3413 6.40675 10.3413H7.15453V8.31433H6.93774C6.47081 8.31433 6.09229 7.93581 6.09229 7.46887Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M8.98637 5.04091C8.98637 5.58567 8.54476 6.02728 8 6.02728C7.45525 6.02728 7.01364 5.58567 7.01364 5.04091C7.01364 4.49616 7.45525 4.05455 8 4.05455C8.54476 4.05455 8.98637 4.49616 8.98637 5.04091Z", fill: "currentColor" }))); }); exports.InfoCircleSIcon.displayName = 'InfoCircleSIcon';