@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FilledNfcSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FilledNfcSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.5 1.467a.75.75 0 0 1 1.06.006c1.411 1.426 2.193 3.759 2.259 6.131.066 2.387-.586 4.957-2.22 6.882a.75.75 0 1 1-1.144-.972c1.339-1.575 1.923-3.755 1.864-5.868-.059-2.128-.764-4.045-1.826-5.119a.75.75 0 0 1 .006-1.06M9.884 3.283a.75.75 0 0 1 1.052.131c.958 1.23 1.4 2.94 1.4 4.586s-.442 3.356-1.4 4.586a.75.75 0 1 1-1.183-.922c.697-.895 1.082-2.248 1.082-3.664s-.386-2.77-1.082-3.664a.75.75 0 0 1 .13-1.053M6.443 4.78a.75.75 0 0 1 1.051.139c1.355 1.769 1.355 4.393 0 6.162a.75.75 0 0 1-1.08.116l-4.83-4.098a5 5 0 0 0-.084.9c.001.584.115 1.19.371 2.033a.75.75 0 1 1-1.435.436C.16 9.558.002 8.792 0 8.002c-.001-.79.154-1.558.437-2.474a.75.75 0 0 1 1.202-.35L6.708 9.48c.51-1.17.375-2.63-.405-3.648a.75.75 0 0 1 .14-1.051", clipRule: "evenodd" }))); });
exports.FilledNfcSIcon.displayName = 'FilledNfcSIcon';