@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 993 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrInstagramFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrInstagramFilledMIcon = (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", { 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" }))); });
exports.BrInstagramFilledMIcon.displayName = 'BrInstagramFilledMIcon';