UNPKG

1.48 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Poweroff = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M5.07361562,2.32834363 C5.29046374,2.6236019 5.2266459,3.03855991 4.9310745,3.25517829 C2.69142126,4.89657541 1.32752667,7.52434665 1.32752667,10.2844939 C1.32752667,14.8308253 5.3391503,18.6738798 10.0069185,18.6738798 C14.6717829,18.6738798 18.6724733,14.8335479 18.6724733,10.2844939 C18.6724733,7.5536591 17.342534,4.9527074 15.1488571,3.30771433 C14.8556829,3.0878691 14.7964271,2.67223654 15.0165055,2.37937301 C15.2365839,2.08650949 15.6526573,2.02731646 15.9458314,2.24716169 C18.4701166,4.14007108 20,7.13205178 20,10.2844939 C20,15.5780272 15.3933813,20 10.0069185,20 C4.61812407,20 3.01980663e-14,15.5759303 3.01980663e-14,10.2844939 C3.01980663e-14,7.09730095 1.56893509,4.07448486 4.14579799,2.18595352 C4.4413694,1.96933514 4.8567675,2.03308536 5.07361562,2.32834363 Z M10,0 C10.3869523,0 10.7006391,0.313354467 10.7006391,0.69989679 L10.7006391,8.50071788 C10.7006391,8.88726021 10.3869523,9.20061467 10,9.20061467 C9.61304772,9.20061467 9.29936092,8.88726021 9.29936092,8.50071788 L9.29936092,0.69989679 C9.29936092,0.313354467 9.61304772,0 10,0 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file