@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.27 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrInstagramOutlineMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrInstagramOutlineMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M17.782 6.64a.416.416 0 0 1 0-.833M17.782 6.64a.416.416 0 0 0 0-.833" }),
react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M2.002 6.285A4.286 4.286 0 0 1 6.287 2h11.428A4.285 4.285 0 0 1 22 6.285v11.43A4.286 4.286 0 0 1 17.715 22H6.285A4.285 4.285 0 0 1 2 17.715V6.284z" }),
react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7.754 12a4.247 4.247 0 1 0 8.495 0 4.247 4.247 0 0 0-8.495 0" }))); });
exports.BrInstagramOutlineMIcon.displayName = 'BrInstagramOutlineMIcon';