iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Vignette = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-vignette", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 1a7 7 0 100 14A7 7 0 008 1M0 8a8 8 0 1116 0A8 8 0 010 8" }),
React.createElement("path", { d: "M8.5 4.5a.5.5 0 11-1 0 .5.5 0 011 0m0 7a.5.5 0 11-1 0 .5.5 0 011 0m1.683-6.281a.5.5 0 11-.866-.5.5.5 0 01.866.5m-3.5 6.062a.5.5 0 11-.866-.5.5.5 0 01.866.5m4.598-4.598a.5.5 0 11-.5-.866.5.5 0 01.5.866m-6.062 3.5a.5.5 0 11-.5-.866.5.5 0 01.5.866M11.5 8.5a.5.5 0 110-1 .5.5 0 010 1m-7 0a.5.5 0 110-1 .5.5 0 010 1m6.281 1.683a.5.5 0 11.5-.866.5.5 0 01-.5.866m-6.062-3.5a.5.5 0 11.5-.866.5.5 0 01-.5.866m4.598 4.598a.5.5 0 11.866-.5.5.5 0 01-.866.5m-3.5-6.062a.5.5 0 11.866-.5.5.5 0 01-.866.5" }));
exports.default = Vignette;