UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.01 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 Accessible = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-accessible", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17 3.34a10 10 0 11-14.995 8.984L2 12l.005-.324A10 10 0 0117 3.34zm-1.051 6.844a1 1 0 00-1.152-.663l-.113.03-2.684.895-2.684-.895-.113-.03a1 1 0 00-.628 1.884l.109.044L11 12.22v.976l-1.832 2.75-.06.1a1 1 0 00.237 1.21l.1.076.101.06a1 1 0 001.21-.237l.076-.1L12 15.303l1.168 1.752.07.093a1 1 0 001.653-1.102l-.059-.1L13 13.196v-.977l2.316-.771.109-.044a1 1 0 00.524-1.221zM12 6a1.5 1.5 0 100 3 1.5 1.5 0 000-3z" })); exports.default = Accessible;