@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
83 lines • 1.75 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimDialpadAlt(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
width: props.size || '1em',
height: props.size || '1em',
fill: "currentColor",
className: `ui-svg-inline ${props.className || ''}`
}), /*#__PURE__*/React.createElement("rect", {
width: 4,
height: 4,
x: 10,
y: 6.955,
opacity: 1,
rx: 0.545
}), /*#__PURE__*/React.createElement("rect", {
width: 4,
height: 4,
x: 10,
y: 0.955,
opacity: 1,
rx: 0.545
}), /*#__PURE__*/React.createElement("rect", {
width: 4,
height: 4,
x: 10,
y: 13.045,
opacity: 1,
rx: 0.545
}), /*#__PURE__*/React.createElement("rect", {
width: 4,
height: 4,
x: 4,
y: 6.955,
opacity: 1,
rx: 0.545
}), /*#__PURE__*/React.createElement("rect", {
width: 4,
height: 4,
x: 4,
y: 0.955,
opacity: 1,
rx: 0.545
}), /*#__PURE__*/React.createElement("rect", {
width: 4,
height: 4,
x: 4,
y: 13.045,
opacity: 1,
rx: 0.545
}), /*#__PURE__*/React.createElement("rect", {
width: 4,
height: 4,
x: 16,
y: 6.955,
opacity: 1,
rx: 0.545
}), /*#__PURE__*/React.createElement("rect", {
width: 4,
height: 4,
x: 16,
y: 0.955,
opacity: 1,
rx: 0.545
}), /*#__PURE__*/React.createElement("rect", {
width: 4,
height: 4,
x: 16,
y: 13.045,
opacity: 1,
rx: 0.545
}), /*#__PURE__*/React.createElement("rect", {
width: 4,
height: 4,
x: 10,
y: 19,
opacity: 1,
rx: 0.545
}));
}
export default UimDialpadAlt;