@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.59 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrInstagramOutlineSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrInstagramOutlineSIcon = (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("g", { clipPath: "url(#BrInstagramOutlineSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.928 1.745a2.18 2.18 0 0 0-2.183 2.228v8.1a2.18 2.18 0 0 0 2.182 2.182h8.146a2.18 2.18 0 0 0 2.182-2.182V3.927a2.18 2.18 0 0 0-2.182-2.182zM.002 3.874A3.927 3.927 0 0 1 3.928 0h8.145A3.927 3.927 0 0 1 16 3.927v8.146A3.927 3.927 0 0 1 12.073 16H3.927A3.927 3.927 0 0 1 0 12.073V3.926q0-.027.002-.052m12.526.416a.576.576 0 0 0 0-.814.576.576 0 0 0-.815 0 .576.576 0 0 0 0 .814.576.576 0 0 0 .815 0m-1.234-1.234a1.17 1.17 0 1 1 1.653 1.654 1.17 1.17 0 0 1-1.653-1.654m-6.05 2.186a3.9 3.9 0 1 1 5.514 5.515 3.9 3.9 0 0 1-5.515-5.515M8 5.846a2.154 2.154 0 1 0 0 4.308 2.154 2.154 0 0 0 0-4.308", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "BrInstagramOutlineSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.BrInstagramOutlineSIcon.displayName = 'BrInstagramOutlineSIcon';