UNPKG

@evg-b/evg-icons

Version:

material icons

30 lines (27 loc) 1.11 kB
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ContentCut = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("circle", { cx: "6", cy: "18", fill: "none", r: "2" }), /*#__PURE__*/React.createElement("circle", { cx: "12", cy: "12", fill: "none", r: ".5" }), /*#__PURE__*/React.createElement("circle", { cx: "6", cy: "6", fill: "none", r: "2" }), /*#__PURE__*/React.createElement("path", { d: "M9.64 7.64c.23-.5.36-1.05.36-1.64 0-2.21-1.79-4-4-4S2 3.79 2 6s1.79 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1L9.64 7.64zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm0 12c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zM19 3l-6 6 2 2 7-7V3z" })), name: 'ContentCut' }); export default ContentCut;