react-icon-library
Version:
A library of SVG icons for use in reactJS projects
12 lines • 1.3 kB
JavaScript
import React from 'react';
export default function CouponCut1(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>coupon-cut</title>
<path d="M10.5,17.435H10a1,1,0,0,0,0,2h.5a1,1,0,0,0,0-2Z"/>
<path d="M15,17.435H13.5a1,1,0,0,0,0,2H15a1,1,0,1,0,0-2Z"/>
<path d="M19.5,17.435H18a1,1,0,0,0,0,2h1.5a1,1,0,0,0,0-2Z"/>
<path d="M23,17.435h-.5a1,1,0,0,0,0,2H23a1,1,0,0,0,0-2Z"/>
<path d="M17.922,15.935a.249.249,0,0,0,.207-.11.554.554,0,0,0,.065-.12,1,1,0,0,0-.576-1.291l-5.725-2.191a.251.251,0,0,1,0-.467L23.363,7.278a1,1,0,0,0,.054-1.841,11.024,11.024,0,0,0-10.872.64A14.039,14.039,0,0,0,8.927,9.509a.252.252,0,0,1-.238.1.249.249,0,0,1-.2-.164A12.569,12.569,0,0,1,7.739,5.3h0A3.872,3.872,0,1,0,5.834,8.637a.251.251,0,0,1,.37.152,16.562,16.562,0,0,0,1.149,3.089.252.252,0,0,1,0,.221A16.317,16.317,0,0,0,6.2,15.207a.248.248,0,0,1-.146.169.251.251,0,0,1-.223-.016A3.869,3.869,0,1,0,7.739,18.7h0a12.6,12.6,0,0,1,.753-4.158.248.248,0,0,1,.2-.164.251.251,0,0,1,.239.1,15.146,15.146,0,0,0,1.147,1.384.254.254,0,0,0,.183.079ZM3.869,7.174A1.87,1.87,0,1,1,5.739,5.3,1.871,1.871,0,0,1,3.869,7.174Zm0,13.392a1.87,1.87,0,1,1,1.87-1.87A1.871,1.871,0,0,1,3.869,20.566Z"/>
</svg>);
}
//# sourceMappingURL=CouponCut1.js.map