@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 921 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrInstagramFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrInstagramFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.BrInstagramFilledSIcon.displayName = 'BrInstagramFilledSIcon';