UNPKG

@samix-ui/foundation-icons

Version:

[![npm version](https://img.shields.io/npm/v/@samix-ui/foundation-icons.svg?style=flat)](https://www.npmjs.com/package/@samix-ui/foundation-icons)

17 lines (13 loc) 531 B
'use strict'; var React = require('react'); var SvgToggleMinor = function SvgToggleMinor(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "M8 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M8 4.5a5.5 5.5 0 1 0 0 11h4a5.5 5.5 0 1 0 0-11h-4Zm-4 5.5a4 4 0 0 1 4-4h4a4 4 0 0 1 0 8h-4a4 4 0 0 1-4-4Z" })); }; exports.SvgToggleMinor = SvgToggleMinor;