UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 820 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BrInstagramFilledMIcon = 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", { fill: "currentColor", fillRule: "evenodd", d: "M6.286 2A4.286 4.286 0 0 0 2 6.284v11.43A4.286 4.286 0 0 0 6.286 22h11.43A4.286 4.286 0 0 0 22 17.714V6.284A4.286 4.286 0 0 0 17.716 2zm12.662 4.291a1.234 1.234 0 1 1-2.469 0 1.234 1.234 0 0 1 2.47 0m-6.946 2.285a3.424 3.424 0 1 0 0 6.847 3.424 3.424 0 0 0 0-6.847m-5.07 3.423a5.07 5.07 0 1 1 10.139 0 5.07 5.07 0 0 1-10.14 0", clipRule: "evenodd" }))); }); BrInstagramFilledMIcon.displayName = 'BrInstagramFilledMIcon';