UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Face2SIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.Face2SIcon = (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: "M14 10.48a.75.75 0 0 1 .75.75v1.847a1.673 1.673 0 0 1-1.673 1.673H11.23a.75.75 0 1 1 0-1.5h1.846a.173.173 0 0 0 .173-.173v-1.846a.75.75 0 0 1 .75-.75M10.48 2a.75.75 0 0 1 .75-.75h1.847a1.673 1.673 0 0 1 1.673 1.673V4.77a.75.75 0 0 1-1.5 0V2.923a.173.173 0 0 0-.173-.173H11.23a.75.75 0 0 1-.75-.75M2.923 2.75a.173.173 0 0 0-.173.173V4.77a.75.75 0 1 1-1.5 0V2.923A1.673 1.673 0 0 1 2.923 1.25H4.77a.75.75 0 0 1 0 1.5zM2 10.48a.75.75 0 0 1 .75.75v1.847a.173.173 0 0 0 .173.173H4.77a.75.75 0 0 1 0 1.5H2.923a1.673 1.673 0 0 1-1.673-1.673v-1.846a.75.75 0 0 1 .75-.75M8 4.942a.75.75 0 0 1 .75.75v3.231a.75.75 0 0 1-.75.75H6.616a.75.75 0 1 1 0-1.5h.634v-2.48a.75.75 0 0 1 .75-.75M5.149 10.253a.75.75 0 0 1 1.06-.027 2.6 2.6 0 0 0 3.582 0 .75.75 0 1 1 1.033 1.087 4.1 4.1 0 0 1-5.648 0 .75.75 0 0 1-.027-1.06", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", d: "M5.23 4.712a.98.98 0 1 0 0 1.961.98.98 0 0 0 0-1.961M10.77 4.712a.98.98 0 1 0 0 1.961.98.98 0 0 0 0-1.961" }))); }); exports.Face2SIcon.displayName = 'Face2SIcon';