@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 1.08 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrInstagramOutlineMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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.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.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" }))); });
BrInstagramOutlineMIcon.displayName = 'BrInstagramOutlineMIcon';