iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 936 B
JavaScript
"use strict";
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 BrandVsco = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-vsco", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M21 12a9 9 0 11-18 0 9 9 0 0118 0z" }),
React.createElement("path", { d: "M17 12a5 5 0 10-10 0 5 5 0 0010 0zM12 3v4M21 12h-4M12 21v-4M3 12h4M18.364 5.636l-2.828 2.828M18.364 18.364l-2.828-2.828M5.636 18.364l2.828-2.828M5.636 5.636l2.828 2.828" }));
exports.default = BrandVsco;