UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagSIcon = (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", { d: "M3.5368 0.666626C3.755 0.666626 3.88245 0.7 4.09489 0.8L13.1272 5.22226C13.2142 5.26409 13.2873 5.32832 13.3385 5.40776C13.3896 5.48721 13.4167 5.57873 13.4167 5.67209C13.4167 5.76545 13.3896 5.85697 13.3385 5.93641C13.2873 6.01585 13.2142 6.08008 13.1272 6.12192L4.25 10.5222V15C4.25 15.4142 3.91421 15.75 3.5 15.75C3.08579 15.75 2.75 15.4142 2.75 15V10L2.75002 1.42036C2.75002 1.22019 2.83291 1.02822 2.98046 0.886679C3.12801 0.745137 3.32813 0.666626 3.5368 0.666626Z", fill: "currentColor" }))); }); exports.FlagSIcon.displayName = 'FlagSIcon';