iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 947 B
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 BrandDisney = (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-disney", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M3.22 5.838C1.913 5.688 2 5.26 2 5.044 2 4.828 2.424 4 6.34 4 11.034 4 21 7.645 21 14.042s-8.71 4.931-10.435 4.52C8.841 18.15 5 16.306 5 14.388 5 12.993 8.08 12 11.715 12 15.349 12 17 13.041 17 14c0 .5-.074 1.229-1 1.5M10.02 8a505.153 505.153 0 000 13" }));
exports.default = BrandDisney;