UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

11 lines 908 B
import React from 'react'; export default function Pencil21(props) { return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <title>pencil-2</title> <path d="M2.342,16.545a.517.517,0,0,0-.869.254L.012,23.372a.517.517,0,0,0,.139.477.526.526,0,0,0,.477.139L7.2,22.528a.517.517,0,0,0,.253-.87Z"/> <path d="M18.044,7.051,6.724,18.371a.26.26,0,0,0,0,.365L8.55,20.563a.526.526,0,0,0,.731,0L20.235,9.607a.515.515,0,0,0,0-.73L18.41,7.051A.259.259,0,0,0,18.044,7.051Z"/> <path d="M16.949,5.591,15.123,3.765a.517.517,0,0,0-.73,0L3.438,14.72a.515.515,0,0,0,0,.73l1.826,1.826a.26.26,0,0,0,.365,0l11.32-11.32A.258.258,0,0,0,16.949,5.591Z"/> <path d="M22.792,1.209a4.136,4.136,0,0,0-5.843,0l-.731.73a.518.518,0,0,0,0,.731l5.113,5.111a.53.53,0,0,0,.73,0l.731-.73A4.135,4.135,0,0,0,22.792,1.209Z"/> </svg>); } //# sourceMappingURL=Pencil21.js.map