UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.24 kB
"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 BrandAdobePhotoshop = (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-adobe-photoshop", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M3 12c0-4.243 0-6.364 1.318-7.682S7.758 3 12 3s6.364 0 7.682 1.318S21 7.758 21 12s0 6.364-1.318 7.682S16.242 21 12 21s-6.364 0-7.682-1.318S3 16.242 3 12" }), React.createElement("path", { d: "M6.79 15.79V12m0 0V9.276c0-.11 0-.165.004-.211.044-.45.4-.806.85-.85.046-.004.101-.004.211-.004h1.303a1.895 1.895 0 110 3.789zM17.178 11.263c-.164-.659-.935-1.158-1.862-1.158-1.047 0-1.895.637-1.895 1.421 0 .785.848 1.421 1.895 1.421 1.046 0 1.895.637 1.895 1.421 0 .785-.849 1.421-1.895 1.421-.93 0-1.704-.502-1.864-1.165" })); exports.default = BrandAdobePhotoshop;