UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 748 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BrInstagramFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4 1a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3zm8.864 3.004a.864.864 0 1 1-1.729 0 .864.864 0 0 1 1.729 0M8.002 5.603a2.397 2.397 0 1 0 0 4.793 2.397 2.397 0 0 0 0-4.793m-3.55 2.396a3.549 3.549 0 1 1 7.097 0 3.549 3.549 0 0 1-7.097 0", clipRule: "evenodd" }))); }); BrInstagramFilledSIcon.displayName = 'BrInstagramFilledSIcon';